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)