!964 Enhance license

From: @nicholastao 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2024-12-26 03:16:19 +00:00 committed by Gitee
commit 56203f62c9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <taoyuxiang2@huawei.com> - 2.28-103
- Change Inner-Net to Inner-Net-2.0
- Change GFDL to GFDL-1.3-only
* Tue Sep 03 2024 Feifei Wang <wangfeifei@hygon.cn> - 2.28-102
- x86: Reversing calculation of __x86_shared_non_temporal_threshold
x86: Optimizing memcpy for AMD Zen architecture