Specify the GFDL version to GFDL-1.3-ONLY in spec

(cherry picked from commit 0a8127fa7bf40255583bd1ee5b70fa718bdb9e21)
This commit is contained in:
nicholastao 2024-08-09 15:51:54 +08:00 committed by openeuler-sync-bot
parent 2568f8e471
commit 1b20a7d7c0

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 %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 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: 33 Release: 34
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/
@ -1446,6 +1446,9 @@ fi
%endif %endif
%changelog %changelog
* Fri Aug 9 2024 taoyuxiang <taoyuxiang2@huawei.com> - 2.38-34
- Specify the GFDL version to GFDL-1.3-ONLY in spec
* Thu Aug 8 2024 Qingqing Li <liqingqing3@huawei.com> - 2.38-33 * Thu Aug 8 2024 Qingqing Li <liqingqing3@huawei.com> - 2.38-33
- Fix name space violation in fortify wrappers (bug 32052) - Fix name space violation in fortify wrappers (bug 32052)