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

openSUSE-13.1's rpm ignores obsoletes in -i mode

Adapt the pool default to this.
This commit is contained in:
Michael Schroeder
2014-05-15 11:44:11 +02:00
parent 7ef56781c8
commit e071a60919

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