From 3a04eb2e1826da207b64a254af3d17e30a27db11 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 11 Aug 2023 17:54:52 +0200 Subject: [PATCH] Fix AMD cache size computation for hypervisors, old CPUs (#2166710) Missing spec file update. Related: #2166710 --- glibc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 53e832a..9387011 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 - 2.34-80 +- Fix AMD cache size computation for hypervisors, old CPUs (#2166710) + * Tue Aug 8 2023 DJ Delorie - 2.34-79 - Fix temporal threshold calculations (#2213907)