diff --git a/glibc.spec b/glibc.spec index 8d475a7..c35c8f8 100644 --- a/glibc.spec +++ b/glibc.spec @@ -170,8 +170,8 @@ Version: %{glibcversion} # - It allows using the Release number without the %%dist tag in the dependency # generator to make the generated requires interchangeable between Rawhide # and ELN (.elnYY < .fcXX). -%global baserelease 22 -Release: %{baserelease}%{?dist}.alma.2 +%global baserelease 23 +Release: %{baserelease}%{?dist}.alma.1 # Licenses: # @@ -349,9 +349,9 @@ Patch38: glibc-upstream-2.39-15.patch Patch39: glibc-upstream-2.39-16.patch Patch40: glibc-upstream-2.39-17.patch Patch41: glibc-upstream-2.39-18.patch -# Patch42: glibc-upstream-2.39-19.patch -# Patch43: glibc-upstream-2.39-20.patch -# Patch44: glibc-upstream-2.39-21.patch +Patch42: glibc-upstream-2.39-19.patch +Patch43: glibc-upstream-2.39-20.patch +Patch44: glibc-upstream-2.39-21.patch Patch45: glibc-upstream-2.39-22.patch Patch46: glibc-upstream-2.39-23.patch Patch47: glibc-upstream-2.39-24.patch @@ -2664,12 +2664,13 @@ update_gconv_modules_cache () %endif %changelog -* Tue Dec 03 2024 Koichiro Iwao - 2.39-22.alma.2 -- Revert: x86: Fix Zen3/Zen4 ERMS selection - -* Mon Sep 09 2024 Eduard Abdullin - 2.39-22.alma.1 +* Fri Dec 06 2024 Eduard Abdullin - 2.39-23.alma.1 - Overwrite target for x86_64_v2 +* Tue Oct 29 2024 Troy Dawson - 2.39-23 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Jul 31 2024 Florian Weimer - 2.39-22 - Support clearing options in /etc/resolv.conf, RES_OPTIONS with a - prefix - Introduce the strict-error/RES_STRICTERR stub resolver option (RHEL-18039)