#4 Add 32-bit wine-core weak dependency
Merged 3 years ago by bunnyapocalypse. Opened 3 years ago by asciiwolf.
Unknown source main  into  main

file modified
+4
@@ -21,6 +21,7 @@

  Requires:       mesa-vulkan-drivers(x86-32)

  Requires:       vulkan-loader(x86-32)

  Requires:       mesa-libGL(x86-32)

+ Recommends:     wine-core(x86-32)

  %endif

  

  Requires:       mesa-vulkan-drivers
@@ -81,6 +82,9 @@

  %{_datadir}/metainfo/

  

  %changelog

+ * Mon May  3 2021 Daniel Rusek <mail@asciiwolf.com> - 0.5.8.3-5

+ - Adding 32-bit wine-core weak dependency

+ 

  * Thu Apr  8 2021 Anders Lind <smitna@gmail.com> - 0.5.8.3-4

  - Adding python3-dbus dependency

  

Fixes bz#1955987 and many other 32-bit Wine applications. Lutris used to depend on a full "wine" package that installed both 64-bit and 32-bit Wine parts. When we switched to using wine-core instead (that was proposed by me some time ago), we forgot that we need to actually depend on both 64-bit and 32-bit wine-core packages on x86_64, otherwise only 64-bit wine-core (and its dependencies) will be installed and so only 64-bit Wine applications will work correctly.

rebased onto 06e5f3a

3 years ago

Thanks for the change and bug report, I appreciate it. I'll merge this and push an update.

Pull-Request has been merged by bunnyapocalypse

3 years ago

@bunnyapocalypse I just found out that I forgot to increment the Release version from "Release: 4%{?dist}" to "Release: 5%{?dist}". :-( Could you please do it? Thanks!

Metadata