diff --git a/baselibs.conf b/baselibs.conf index ea7cd05..11c8ba3 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -27,4 +27,6 @@ wine requires "libXcomposite.so.1" requires "libGL.so.1" requires "libGLU.so.1" + provides "wine- = -" + conflicts "otherproviders(wine-)" wine-devel diff --git a/wine.spec b/wine.spec index 70274a6..affcd55 100644 --- a/wine.spec +++ b/wine.spec @@ -53,7 +53,7 @@ Name: wine %endif Conflicts: otherproviders(wine) # 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) Provides: wine-32bit = %{version}-%{release} %endif