-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
needs-restarting: Fix filter_reboot_suggested
filter_reboot_suggested was binary searching the results of get_advisory_packages_sorted_by_name_arch_evr() assuming they were sorted according to cmp_naevr, however that function actually returns packages sorted by the libsolv ids of name, arch, and evr, not the string representations of name, arch, and evr like cmp_naevr does.
- Loading branch information
1 parent
b11d6c9
commit 48a643f
Showing
2 changed files
with
13 additions
and
11 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
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