SPECS: adapter.awk - don't enforce %attr for %excluded .so files

glen glen at pld-linux.org
Sun Dec 4 23:55:03 CET 2005


Author: glen                         Date: Sun Dec  4 22:55:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't enforce %attr for %excluded .so files

---- Files affected:
SPECS:
   adapter.awk (1.216 -> 1.217) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.216 SPECS/adapter.awk:1.217
--- SPECS/adapter.awk:1.216	Sun Dec  4 23:53:40 2005
+++ SPECS/adapter.awk	Sun Dec  4 23:54:58 2005
@@ -1000,7 +1000,7 @@
 		}
 	}
 
-	if (/lib.+\.so/ && !/^%attr.*/) {
+	if (/lib.+\.so/ && !/^%attr.*/ && !/%exclude/) {
 		$0 = "%attr(755,root,root) " $0
 	}
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.216&r2=1.217&f=u




More information about the pld-cvs-commit mailing list