From 753025d1c577803b75b68d22a3d8a59586a008cc Mon Sep 17 00:00:00 2001 From: nicholastao Date: Wed, 25 Dec 2024 10:45:53 +0800 Subject: [PATCH] Enhance license --- glibc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 2189263..90eaaee 100644 --- a/glibc.spec +++ b/glibc.spec @@ -54,7 +54,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++ ############################################################################## @@ -62,7 +62,7 @@ ############################################################################## Name: glibc Version: 2.28 -Release: 102 +Release: 103 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -1286,6 +1286,10 @@ fi %endif %changelog +* Wed Dec 25 2024 taoyuxiang - 2.28-103 +- Change Inner-Net to Inner-Net-2.0 +- Change GFDL to GFDL-1.3-only + * Tue Sep 03 2024 Feifei Wang - 2.28-102 - x86: Reversing calculation of __x86_shared_non_temporal_threshold x86: Optimizing memcpy for AMD Zen architecture -- Gitee