Rebuild with gcc-11.5.0-2.el9 (RHEL-76359)

Related: RHEL-76359
This commit is contained in:
Florian Weimer 2025-01-27 17:23:06 +01:00
parent a85ecb06f2
commit dac4e2b164

View File

@ -157,7 +157,7 @@ end \
Summary: The GNU libc libraries
Name: glibc
Version: %{glibcversion}
Release: 159%{?dist}
Release: 160%{?dist}
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
# libraries.
@ -3085,6 +3085,9 @@ update_gconv_modules_cache ()
%endif
%changelog
* Mon Jan 27 2025 Florian Weimer <fweimer@redhat.com> - 2.34-160
- Rebuild with gcc-11.5.0-2.el9 (RHEL-76359)
* Fri Jan 24 2025 Florian Weimer <fweimer@redhat.com> - 2.34-159
- setenv: Rework free(environ) compatibility support (RHEL-75810)