!958 change Inner-Net to Inner-Net-2.0

From: @nicholastao 
Reviewed-by: @liqingqing_1229 
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2024-12-10 06:51:12 +00:00 committed by Gitee
commit 4155650f66
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -59,7 +59,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-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 GCC gcc
%define GXX g++ %define GXX g++
############################################################################## ##############################################################################
@ -67,7 +67,7 @@
############################################################################## ##############################################################################
Name: glibc Name: glibc
Version: 2.38 Version: 2.38
Release: 46 Release: 47
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/
@ -1440,6 +1440,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Dec 10 2024 taoyuxiang <taoyuxiang2@huawei.com> - 2.38-47
- Change Inner-Net to Inner-Net-2.0
* Tue Dec 10 2024 shenzhongwei <shenzhongwei@kylinos.cn> - 2.38-46 * Tue Dec 10 2024 shenzhongwei <shenzhongwei@kylinos.cn> - 2.38-46
- delete useless patches in the source package. - delete useless patches in the source package.