From 7fed10e6c3b9ca68949a4db4a5c2d48545077252 Mon Sep 17 00:00:00 2001 From: nicholastao Date: Tue, 10 Dec 2024 14:48:23 +0800 Subject: [PATCH] Change Inner-Net to Inner-Net-2.0 (cherry picked from commit 64c7e1cd0109adba6d0a995b4a2ce28fb4fce1b6) --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 3660a2e..a3b674c 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-1.3-only +%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++ ############################################################################## @@ -67,7 +67,7 @@ ############################################################################## Name: glibc Version: 2.38 -Release: 46 +Release: 47 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1440,6 +1440,9 @@ fi %endif %changelog +* Tue Dec 10 2024 taoyuxiang - 2.38-47 +- Change Inner-Net to Inner-Net-2.0 + * Tue Dec 10 2024 shenzhongwei - 2.38-46 - delete useless patches in the source package. -- Gitee