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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user