From ac841f244e83663949244c1b72e0b0d60d7ed7636f62c29206d21072952e5675 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 21 Sep 2014 19:41:36 +0000 Subject: [PATCH] Set Obsoletes on the dummy package so zypper won't ever try installing dummy-pthread when there is a better one available OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-winpthreads?expand=0&rev=8 --- mingw64-winpthreads.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw64-winpthreads.spec b/mingw64-winpthreads.spec index feb1105..72b06ad 100644 --- a/mingw64-winpthreads.spec +++ b/mingw64-winpthreads.spec @@ -58,6 +58,7 @@ Group: Development/Libraries/C and C++ Requires: mingw64-libwinpthread1 = %version Provides: mingw64-unistd-pthread-devel Conflicts: mingw64-headers-dummy-pthread, otherproviders(mingw64-unistd-pthread-devel) +Obsoletes: mingw64-headers-dummy-pthread %description devel mingw-w64's implementation of POSIX threads for Windows.