From 0a8127fa7bf40255583bd1ee5b70fa718bdb9e21 Mon Sep 17 00:00:00 2001 From: nicholastao Date: Fri, 9 Aug 2024 15:51:54 +0800 Subject: [PATCH] Specify the GFDL version to GFDL-1.3-ONLY in spec --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index d8f3510..efaa79c 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) -- Gitee