diff --git a/glibc.spec b/glibc.spec index d8f3510e76686dc7967af7ff314154dfd27c740a..efaa79c241c3c64db054b5fe9d6e86a469d92082 100644 --- a/glibc.spec +++ b/glibc.spec @@ -59,7 +59,7 @@ %define target %{_target_cpu}-%{_vendor}-linuxeabi %endif %define x86_arches %{ix86} x86_64 -%define all_license LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL +%define all_license LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL-1.3-only %define GCC gcc %define GXX g++ ############################################################################## @@ -67,7 +67,7 @@ ############################################################################## Name: glibc Version: 2.38 -Release: 33 +Release: 34 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1446,6 +1446,9 @@ fi %endif %changelog +* Fri Aug 9 2024 taoyuxiang - 2.38-34 +- Specify the GFDL version to GFDL-1.3-ONLY in spec + * Thu Aug 8 2024 Qingqing Li - 2.38-33 - Fix name space violation in fortify wrappers (bug 32052)