Enhance license

This commit is contained in:
nicholastao 2024-12-25 10:45:53 +08:00
parent 306a484148
commit 753025d1c5

View File

@ -54,7 +54,7 @@
%define target %{_target_cpu}-%{_vendor}-linuxeabi %define target %{_target_cpu}-%{_vendor}-linuxeabi
%endif %endif
%define x86_arches %{ix86} x86_64 %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 GCC gcc
%define GXX g++ %define GXX g++
############################################################################## ##############################################################################
@ -62,7 +62,7 @@
############################################################################## ##############################################################################
Name: glibc Name: glibc
Version: 2.28 Version: 2.28
Release: 102 Release: 103
Summary: The GNU libc libraries Summary: The GNU libc libraries
License: %{all_license} License: %{all_license}
URL: http://www.gnu.org/software/glibc/ URL: http://www.gnu.org/software/glibc/
@ -1286,6 +1286,10 @@ fi
%endif %endif
%changelog %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 * Tue Sep 03 2024 Feifei Wang <wangfeifei@hygon.cn> - 2.28-102
- x86: Reversing calculation of __x86_shared_non_temporal_threshold - x86: Reversing calculation of __x86_shared_non_temporal_threshold
x86: Optimizing memcpy for AMD Zen architecture x86: Optimizing memcpy for AMD Zen architecture