On Tue, 2007-04-24 at 17:55 -0400, Jeremy Katz wrote: > On Wed, 2007-04-18 at 23:25 +0200, Gijs Hollestelle wrote: > > This should (and in my testing does) give the same results as the code > > currently in yum. There still appears to be a problem in my test case > > where the depsolving incorrectly wants to update both test-gijs and > > readline but this also occurs in the current version of yum. I'll try > > and see if I can chase that down. > > There's at least a case where this is getting different results... 'yum > remove bash' without this patch removes 1075 packages; with it, only > 1072 are set to be removed. I'm not quite seeing where the discrepancy > is right now, though.
Okay, simpler case is cpio. What's happening is that I have multiple kernels installed. We overwrite the kernel provs in goneprovs and thus only check with one of their provides, not both. Which then leads to results which leave out the fact that libraw1394 depends on the newer of the two kernels I have installed. Jeremy _______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
