From 428ab72be69ed628bcf472e7ba408633cf6dbd25 Mon Sep 17 00:00:00 2001 From: wangshuo Date: Wed, 15 Jan 2020 16:26:31 +0800 Subject: [PATCH] glibc: fix the dir for ldconfig --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 34af3f8..540b8d5 100644 --- a/glibc.spec +++ b/glibc.spec @@ -59,7 +59,7 @@ ############################################################################## Name: glibc Version: 2.28 -Release: 31 +Release: 32 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -756,7 +756,7 @@ fi /lib/* %{_libdir}/libmemusage.so %{_libdir}/libpcprofile.so -/sbin/ldconfig +%{_prefix}/sbin/ldconfig /%{_lib}/*.* %exclude /%{_lib}/libnss_db* %exclude /%{_lib}/libnss_hesiod* @@ -919,6 +919,9 @@ fi %changelog +* Wed Jan 15 2020 Wang Shuo - 2.28-32 +- fix the dir for ldconfig + * Tue Jan 7 2020 Wang Shuo - 2.28-31 - Fix compile macro -- Gitee