On Wed, 2007-05-16 at 00:23 -0400, seth vidal wrote: > I'm being a bit dense, I think. Where does this patch end up checking > all the file provides? It looks like it only every checks simpleFiles() > which is only ever from primary. Is there more to this that I'm missing > b/c it seems like we're dropping all of the other files from the > provides search in the depsolve?
We check to see if anything requires the files in the package being removed; if so, we do _requiringFromInstalled (or similar) with the file. That ends up checking to see if anything in the pkgSack provides the file which downloads the full file lists. Jeremy _______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
