From 099705403403ae38238571b2453066d83b9561e6 Mon Sep 17 00:00:00 2001 From: liqingqing_1229 Date: Wed, 2 Mar 2022 15:47:12 +0800 Subject: [PATCH] add chrpath to build requires for removing RPATH/RUNPATH --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 413b9b4..0f822a4 100644 --- a/glibc.spec +++ b/glibc.spec @@ -65,7 +65,7 @@ ############################################################################## Name: glibc Version: 2.35 -Release: 4 +Release: 5 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -101,7 +101,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 @@ -1164,6 +1164,9 @@ fi %endif %changelog +* Wed Mar 2 2022 Qingqing Li - 2.35-5 +- add chrpath to build requires for removing RPATH/RUNPATH + * Tue Mar 1 2022 Qingqing Li - 2.35-4 - remove shared library's RPATH/RUNPATH for security -- Gitee