Author: arekm                        Date: Wed Oct 10 20:14:05 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- stripping libpthread looks like a bad idea

---- Files affected:
SOURCES:
   rpm.macros (1.395 -> 1.396) 

---- Diffs:

================================================================
Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.395 SOURCES/rpm.macros:1.396
--- SOURCES/rpm.macros:1.395    Tue Oct  2 21:31:20 2007
+++ SOURCES/rpm.macros  Wed Oct 10 22:13:59 2007
@@ -377,7 +377,7 @@
                        echo "DONE"; \
                fi; \
        fi; \
-       filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*" ! 
-regex ".*/usr/lib[0-9]*/debug/.*\.debug" ! -regex ".*%{_docdir}/.*" ! -regex 
".*%{_includedir}/.*" %{?_noautostrip:! -regex "%{_noautostrip}"}`; \
+       filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*" ! 
-regex ".*libpthread-[0-9.]*so.*" ! -regex ".*/usr/lib[0-9]*/debug/.*\.debug" ! 
-regex ".*%{_docdir}/.*" ! -regex ".*%{_includedir}/.*" %{?_noautostrip:! 
-regex "%{_noautostrip}"}`; \
        # vim - " \
        if [ -z "$filelist" ]; then \
                return; \
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm.macros?r1=1.395&r2=1.396&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to