add chrpath to BuildRequires to make 'remove shared library's RPATH/RUNPATH' to take effect

This commit is contained in:
liqingqing_1229 2022-03-03 10:26:53 +08:00
parent b2ae7a5ada
commit e3cb56ed65

View File

@ -66,7 +66,7 @@
##############################################################################
Name: glibc
Version: 2.34
Release: 64
Release: 65
Summary: The GNU libc libraries
License: %{all_license}
URL: http://www.gnu.org/software/glibc/
@ -224,7 +224,7 @@ Provides: ldconfig rtld(GNU_HASH) bundled(gnulib)
BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext
BuildRequires: procps-ng, util-linux, gawk, systemtap-sdt-devel, systemd, python3
BuildRequires: make >= 4.0, bison >= 2.7, binutils >= 2.30-17, gcc >= 7.2.1-6
BuildRequires: m4 gcc_secure
BuildRequires: m4 gcc_secure chrpath
%if %{without bootstrap}
BuildRequires: gd-devel libpng-devel zlib-devel
@ -1288,6 +1288,10 @@ fi
%endif
%changelog
* Thu Mar 3 2022 Qingqing Li <liqingqing3@huawei.com> - 2.34-65
- add chrpath to BuildRequires to make
'remove shared library's RPATH/RUNPATH' to take effect
* Wed Mar 2 2022 Qingqing Li <liqingqing3@huawei.com> - 2.34-64
- x86: strncmp-avx2-rtm and wcsncmp-avx2-rtm fallback on
non-rtm variants when avoiding overflow. [BZ #28896]