add chrpath to BuildRequires to make 'remove shared library's RPATH/RUNPATH' to take effect
This commit is contained in:
parent
b2ae7a5ada
commit
e3cb56ed65
@ -66,7 +66,7 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.34
|
Version: 2.34
|
||||||
Release: 64
|
Release: 65
|
||||||
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/
|
||||||
@ -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: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext
|
||||||
BuildRequires: procps-ng, util-linux, gawk, systemtap-sdt-devel, systemd, python3
|
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: 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}
|
%if %{without bootstrap}
|
||||||
BuildRequires: gd-devel libpng-devel zlib-devel
|
BuildRequires: gd-devel libpng-devel zlib-devel
|
||||||
@ -1288,6 +1288,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 2 2022 Qingqing Li <liqingqing3@huawei.com> - 2.34-64
|
||||||
- x86: strncmp-avx2-rtm and wcsncmp-avx2-rtm fallback on
|
- x86: strncmp-avx2-rtm and wcsncmp-avx2-rtm fallback on
|
||||||
non-rtm variants when avoiding overflow. [BZ #28896]
|
non-rtm variants when avoiding overflow. [BZ #28896]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user