From 6e3ba1514c3973dc55f6c16cb737dc3624d6837f Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 3 Aug 2006 06:24:48 +0000 Subject: really fix memusage and xtrace scripts --- fedora/glibc.spec.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 957a788ed4..72089575e1 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -1030,8 +1030,8 @@ for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do cp -a $i $i.tmp sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \ -e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \ - -e 's~=/\$LIB/libpcprofile.so~=%{_prefix}/$LIB/libpcprofile.so~' \ - -e 's~=/\$LIB/libmemusage.so~=%{_prefix}/$LIB/libmemusage.so~' \ + -e 's~='\''/\\\$LIB/libpcprofile.so~='\''%{_prefix}/\\$LIB/libpcprofile.so~' \ + -e 's~='\''/\\\$LIB/libmemusage.so~='\''%{_prefix}/\\$LIB/libmemusage.so~' \ $i.tmp > $i chmod 755 $i; rm -f $i.tmp done @@ -1438,10 +1438,11 @@ rm -f *.filelist* %endif %changelog +- fix memusage and xtrace scripts (#200736) + * Wed Aug 2 2006 Jakub Jelinek 2.4.90-17 - typo fix for the dladdr patch - build i?86 glibc with -mno-tls-direct-seg-refs (#200469) -- fix memusage and xtrace scripts (#200736) * Wed Aug 2 2006 Jakub Jelinek 2.4.90-16 - fix dladdr on binaries/libraries with only DT_GNU_HASH and no -- cgit v1.2.3