From 9a14adef3926ed8008cdc1bf17372230ddb4f5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Wed, 11 Dec 2024 16:09:38 +0800 Subject: [PATCH] Change Inner-Net to Inner-Net-2.0 (cherry picked from commit 76d09e2d038f4ddc431a2e3e6fe09125a15aaa04) --- glibc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 8f526e4..a90938a 100644 --- a/glibc.spec +++ b/glibc.spec @@ -63,7 +63,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-2.0 and ISC and Public Domain and GFDL-1.3-only %define GCC gcc %define GXX g++ ############################################################################## @@ -71,7 +71,7 @@ ############################################################################## Name: glibc Version: 2.34 -Release: 163 +Release: 164 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1546,6 +1546,10 @@ fi %endif %changelog +* Wed Dec 11 2024 taoyuxiang - 2.34-164 +- Change Inner-Net to Inner-Net-2.0 +- Change GFDL to GFDL-1.3-only + * Fri Dec 06 2024 shixuantong - 2.34-163 - Type:bugfix - CVE:NA -- Gitee