Revert: x86: Fix Zen3/Zen4 ERMS selection (RHEL-25531)

This commit is contained in:
Andrew Lukoshko 2024-11-25 09:35:52 +00:00
parent cf72068952
commit 4da5357bcd

View File

@ -157,7 +157,7 @@ end \
Summary: The GNU libc libraries Summary: The GNU libc libraries
Name: glibc Name: glibc
Version: %{glibcversion} Version: %{glibcversion}
Release: 125%{?dist}.1 Release: 125%{?dist}.1.alma.1
# In general, GPLv2+ is used by programs, LGPLv2+ is used for # In general, GPLv2+ is used by programs, LGPLv2+ is used for
# libraries. # libraries.
@ -814,10 +814,10 @@ Patch575: glibc-RHEL-23472.patch
Patch576: glibc-RHEL-20172-1.patch Patch576: glibc-RHEL-20172-1.patch
Patch577: glibc-RHEL-20172-2.patch Patch577: glibc-RHEL-20172-2.patch
Patch578: glibc-RHEL-21884.patch Patch578: glibc-RHEL-21884.patch
Patch579: glibc-RHEL-25531-1.patch # Patch579: glibc-RHEL-25531-1.patch
Patch580: glibc-RHEL-25531-2.patch # Patch580: glibc-RHEL-25531-2.patch
Patch581: glibc-RHEL-25531-3.patch # Patch581: glibc-RHEL-25531-3.patch
Patch582: glibc-RHEL-25531-4.patch # Patch582: glibc-RHEL-25531-4.patch
Patch583: glibc-RHEL-25046.patch Patch583: glibc-RHEL-25046.patch
Patch584: glibc-RHEL-32681-1.patch Patch584: glibc-RHEL-32681-1.patch
Patch585: glibc-RHEL-32681-2.patch Patch585: glibc-RHEL-32681-2.patch
@ -3030,6 +3030,9 @@ update_gconv_modules_cache ()
%endif %endif
%changelog %changelog
* Mon Nov 25 2024 Andrew Lukoshko <alukoshko@almalinux.org> - 2.34-125.1.alma.1
- Revert: x86: Fix Zen3/Zen4 ERMS selection (RHEL-25531)
* Fri Sep 27 2024 Florian Weimer <fweimer@redhat.com> - 2.34-125.1 * Fri Sep 27 2024 Florian Weimer <fweimer@redhat.com> - 2.34-125.1
- Remove some unused ppc64le string functions (RHEL-49489) - Remove some unused ppc64le string functions (RHEL-49489)