1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00

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 e071a60919.
This commit is contained in:
Michael Schroeder
2014-05-16 17:20:24 +02:00
parent 4f106a00dd
commit 722ad55548

View File

@@ -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;