]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
openSUSE-13.1's rpm ignores obsoletes in -i mode
authorMichael Schroeder <mls@suse.de>
Thu, 15 May 2014 09:44:11 +0000 (11:44 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 15 May 2014 09:44:11 +0000 (11:44 +0200)
Adapt the pool default to this.

src/pool.c

index 6f790ff817699f6b54ddd5ce4b6633ce497862c3..acc59dc6732c243ae74ab372b27f0f247dd9a0f4 100644 (file)
@@ -84,6 +84,9 @@ pool_create(void)
 #ifdef FEDORA
   pool->implicitobsoleteusescolors = 1;
 #endif
+#ifdef SUSE
+  pool->noobsoletesmultiversion = 1;
+#endif
 #ifdef RPM5
   pool->noobsoletesmultiversion = 1;
   pool->forbidselfconflicts = 1;