-
Bug
-
Resolution: Done-Errata
-
Major
-
6.11.4
-
False
-
-
False
-
CLOSED
-
4,300
-
Phoenix
-
-
-
Sprint 108
-
Important
-
Customer Escalated
-
None
Description of problem:
Katello-agent does not update-minimal for dnf as it does for yum. When we specify "dnf upgrade-minimal --advisory RHSA-xxxxx" from Client, it pulls the exact version of kernel as per the advisory, not the latest one available. However, when apply the same errata from Satellite using katello-agent, it pushes the latest version available in the repository, not the version from errata.
Version-Release number of selected component (if applicable):
satellite 6.9 to 6.11
rhel8
How reproducible:
100%
Steps to Reproduce:
1. register a rhel8 host in Satellite where there are two errata available of the same package kernel.1 and kernel.2
2. Install katello-agent in client
3. Apply the errata to the host which has kernel.1 via katello-agent
Actual results:
kernel.2 installed
Expected results:
kernel.1 will be installed
Additional info:
Its the same behavior in 6.9 and 6.11. it might be in other versions as well.