diff --git a/SPECS/glibc.spec b/SPECS/glibc.spec index d777452..ec4c9df 100644 --- a/SPECS/glibc.spec +++ b/SPECS/glibc.spec @@ -170,7 +170,7 @@ 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 +%global baserelease 23 Release: %{baserelease}%{?dist} # Licenses: @@ -2661,6 +2661,10 @@ update_gconv_modules_cache () %endif %changelog +* 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)