From ba585bdc68403df1706db50fc9a8f8c2c1ead7e5 Mon Sep 17 00:00:00 2001 From: nicholastao Date: Tue, 10 Dec 2024 11:26:34 +0800 Subject: [PATCH] change Inner-Net to Inner-Net-2.0 --- glibc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 1fdabe2..2616195 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++ ############################################################################## @@ -1471,6 +1471,9 @@ fi %endif %changelog +* Tue Dec 10 2024 taoyuxiang - 2.38-46 +- Change Inner-Net to Inner-Net-2.0 + * Sat Dec 7 2024 Qingqing Li - 2.38-45 - nptl: initialize cpu_id_start prior to rseq registration - nptl: initialize rseq area prior to registration -- Gitee