[Yum-devel] Re: [yum-cvs] yum/yum depsolve.py,1.147,1.148
Jeremy Katz
katzj at redhat.com
Fri Mar 30 19:53:03 UTC 2007
On Fri, 2007-03-30 at 15:47 -0400, Jeremy Katz wrote:
> switch back to logic we were previously using on removal as it handled some
> of the corner cases better. but add checking to ensure that nothing in the
> tsinfo requires the provide. this should fix the problem where
> quux requires bar, bar is currently installed
> remove bar, install quux in same transaction
Note that this is still painfully slow in the case where we have a
kernel/kernel-devel being updated since we're getting the toinstall
txmbrs and looping over their requires for every file in the kernel*
packages to see if the file is needed.
Working on trying to get that case better and have something showing
some promise...
Jeremy
More information about the Yum-devel
mailing list