From d707f19faae8132f55269a08c78232061e885663fbdfb6e0e039dd537b957919 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 3 Jun 2024 12:36:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=1111 --- baselibs.conf | 2 ++ wine.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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