From e3cb56ed65a0407c7450a81c6dc3a60b6fcf8907 Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Thu, 3 Mar 2022 10:26:53 +0800 Subject: [PATCH] add chrpath to BuildRequires to make 'remove shared library's RPATH/RUNPATH' to take effect --- glibc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index c12d667..035acb4 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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 - 2.34-65 +- add chrpath to BuildRequires to make + 'remove shared library's RPATH/RUNPATH' to take effect + * Wed Mar 2 2022 Qingqing Li - 2.34-64 - x86: strncmp-avx2-rtm and wcsncmp-avx2-rtm fallback on non-rtm variants when avoiding overflow. [BZ #28896] -- Gitee