-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
None
In `is_loaded_kernel_latest()`, repoquery is subject to "exclude=" in `/etc/yum.conf`. If there is `exclude=kernel`, the conversion can fail with the following:
CRITICAL - Could not find any kernel from repositories to compare against the loaded kernel.
This patch resolves that condition by explicitly disabling all "exclude" options with:
--setopt=exclude""
- links to