Fix AMD cache size computation for hypervisors, old CPUs (#2166710)

Missing spec file update.

Related: #2166710
This commit is contained in:
Florian Weimer 2023-08-11 17:54:52 +02:00
parent 5b7b701494
commit 3a04eb2e18

View File

@ -155,7 +155,7 @@ end \
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 79%{?dist}
Release: 80%{?dist}
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
# libraries.
@ -743,6 +743,8 @@ Patch502: glibc-rh2213907-3.patch
Patch503: glibc-rh2213907-4.patch
Patch504: glibc-rh2213907-5.patch
Patch505: glibc-rh2213907-6.patch
Patch506: glibc-rh2166710-2.patch
Patch507: glibc-rh2166710-3.patch
##############################################################################
# Continued list of core "glibc" package information:
@ -2900,6 +2902,9 @@ update_gconv_modules_cache ()
%endif
%changelog
* Fri Aug 11 2023 Florian Weimer <fweimer@redhat.com> - 2.34-80
- Fix AMD cache size computation for hypervisors, old CPUs (#2166710)
* Tue Aug 8 2023 DJ Delorie <dj@redhat.com> - 2.34-79
- Fix temporal threshold calculations (#2213907)