- various adjustments to make wow64 / wow64-staging flavors correctly
coexist. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1110
This commit is contained in:
parent
80f0ce19c1
commit
7bbcc8953e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 12:20:38 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- various adjustments to make wow64 / wow64-staging flavors correctly
|
||||
coexist.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 2 13:09:09 UTC 2024 - Tobias Klausmann <tobias.klausmann@freenet.de>
|
||||
|
||||
|
@ -52,6 +52,11 @@ Provides: wine = %{version}-%{release}
|
||||
Name: wine
|
||||
%endif
|
||||
Conflicts: otherproviders(wine)
|
||||
# the wow64 is now a 64bit flavor of the 32bit build.
|
||||
%if "%{flavor}" = "wow64" || "%{flavor}" = "staging-wow64"
|
||||
Conflicts: otherproviders(wine-32bit)
|
||||
Provides: wine-32bit = %{version}-%{release}
|
||||
%endif
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: bison
|
||||
|
Loading…
Reference in New Issue
Block a user