-
Bug
-
Resolution: Not a Bug
-
Critical
-
None
-
rhel-8.9.0, rhel-9.4
-
None
-
None
-
Critical
-
rhel-sst-cs-software-management
-
ssg_core_services
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
Trying to install RHBA-2023:2481 advisory which contains glibc-2.34-60.el9.x86_64 on a system but dnf wants to install glibc-2.34-100.el9_4.2.x86_64.
--nobest does not help.
# dnf updateinfo glibc --list Last metadata expiration check: 0:41:28 ago on Mon May 27 11:45:16 2024. RHBA-2024:2413 bugfix glibc-2.34-100.el9.x86_64 RHSA-2024:3339 Important/Sec. glibc-2.34-100.el9_4.2.x86_64 RHBA-2023:2481 bugfix glibc-2.34-60.el9.x86_64 RHSA-2023:5453 Important/Sec. glibc-2.34-60.el9_2.7.x86_64 RHBA-2024:1124 bugfix glibc-2.34-83.el9_3.12.x86_64 RHBA-2023:6582 bugfix glibc-2.34-83.el9_3.7.x86_64 # dnf update --advisory RHBA-2023:2481 --setopt=install_weak_deps=False ========================================================================================================== Package Arch Version Repository Size ========================================================================================================== Upgrading: glibc x86_64 2.34-100.el9_4.2 rhel-9-for-x86_64-baseos-rpms 2.0 M glibc-common x86_64 2.34-100.el9_4.2 rhel-9-for-x86_64-baseos-rpms 313 k glibc-minimal-langpack x86_64 2.34-100.el9_4.2 rhel-9-for-x86_64-baseos-rpms 28 k # dnf update --advisory RHBA-2023:2481 --setopt=install_weak_deps=False --nobest ========================================================================================================== Package Arch Version Repository Size ========================================================================================================== Upgrading: glibc x86_64 2.34-100.el9_4.2 rhel-9-for-x86_64-baseos-rpms 2.0 M glibc-common x86_64 2.34-100.el9_4.2 rhel-9-for-x86_64-baseos-rpms 313 k glibc-minimal-langpack x86_64 2.34-100.el9_4.2 rhel-9-for-x86_64-baseos-rpms 28 k Transaction Summary ========================================================================================================== Upgrade 3 Packages
Please provide the package NVR for which bug is seen:
RHEL8: dnf-4.7.0-19.el8.noarch
RHEL9: dnf-4.12.0-4.el9.noarch
How reproducible:
always
Steps to reproduce
- start ubi9:9.1 container
- dnf updateinfo glibc --list
- dnf update --advisory
RHBA-2023:2481 --setopt=install_weak_deps=False
Expected results
glibc-2.34-60.el9.x86_64 installed
Actual results
glibc-2.34-100.el9_4.2.x86_64 installed