On Tue, Jun 05, 2012 at 12:29:14PM +0200, Michal Čihař wrote: > Hi > > Dne Tue, 5 Jun 2012 11:41:37 +0200 > Bill Allombert <[email protected]> napsal(a): > > > Package: librpm3 > > Version: 4.10.0-2 > > Severity: important > > > > Hello Michal, > > > > There is a circular dependency between librpm3 and rpm-common: > > > > librpm3 :Depends: rpm-common (= 4.10.0-2) > > rpm-common :Depends: librpm3 (>= 4.10.0) > > > > Circular dependencies involving shared libraries are known to cause problems > > during upgrade between stable releases, so we should try to get rid of them. > > Any idea how to prevent that? rpm-common contains binaries linked > against librpm3 and librpm3 needs rpm-common to work.
You can arrange for packages that are linked against librpm3 to depend on rpm-common so that librpm3 does not need to (you can even use shlibdeps for that). Cheers, -- Bill. <[email protected]> Imagine a large red swirl here. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

