SHA256
1
0
forked from pool/wine

- 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:
Marcus Meissner 2024-06-03 12:21:03 +00:00 committed by Git OBS Bridge
parent 80f0ce19c1
commit 7bbcc8953e
2 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -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