This commit is contained in:
parent
7bbcc8953e
commit
d707f19faa
@ -27,4 +27,6 @@ wine
|
|||||||
requires "libXcomposite.so.1"
|
requires "libXcomposite.so.1"
|
||||||
requires "libGL.so.1"
|
requires "libGL.so.1"
|
||||||
requires "libGLU.so.1"
|
requires "libGLU.so.1"
|
||||||
|
provides "wine-<targettype> = <version>-<release>"
|
||||||
|
conflicts "otherproviders(wine-<targettype>)"
|
||||||
wine-devel
|
wine-devel
|
||||||
|
@ -53,7 +53,7 @@ Name: wine
|
|||||||
%endif
|
%endif
|
||||||
Conflicts: otherproviders(wine)
|
Conflicts: otherproviders(wine)
|
||||||
# the wow64 is now a 64bit flavor of the 32bit build.
|
# the wow64 is now a 64bit flavor of the 32bit build.
|
||||||
%if "%{flavor}" = "wow64" || "%{flavor}" = "staging-wow64"
|
%if "%{flavor}" == "wow64" || "%{flavor}" == "staging-wow64"
|
||||||
Conflicts: otherproviders(wine-32bit)
|
Conflicts: otherproviders(wine-32bit)
|
||||||
Provides: wine-32bit = %{version}-%{release}
|
Provides: wine-32bit = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user