From 722ad55548978d04d62229ac01012cdfc79f53f4 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Fri, 16 May 2014 17:20:24 +0200 Subject: [PATCH] Revert "openSUSE-13.1's rpm ignores obsoletes in -i mode" The problem was fixed in a better way with the last commit. This reverts commit e071a609194910866f604e72addb55c4fc1a6c20. --- src/pool.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pool.c b/src/pool.c index acc59dc6..6f790ff8 100644 --- a/src/pool.c +++ b/src/pool.c @@ -84,9 +84,6 @@ pool_create(void) #ifdef FEDORA pool->implicitobsoleteusescolors = 1; #endif -#ifdef SUSE - pool->noobsoletesmultiversion = 1; -#endif #ifdef RPM5 pool->noobsoletesmultiversion = 1; pool->forbidselfconflicts = 1; -- 2.47.2