-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When limiting installonly pkg handle each provides just once
First gather all unique providers of installonly provides and then handle each set of packages (providers) with the same name. Previously the handling was done per provide, this could result repeated handling of a single package if it provided multiple installonly provides. Such as `kernel` and `installonlypkg(kernel)`. This could also lead to problems when multiple versions of installonly pkgs didn't have the same installonly provides. https://bugzilla.redhat.com/show_bug.cgi?id=2263675
- Loading branch information
Showing
1 changed file
with
49 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters