SPECS: adapter.awk - PreReq -> Requires transistion that preserves...

glen glen at pld-linux.org
Tue Dec 13 12:42:44 CET 2005


Author: glen                         Date: Tue Dec 13 11:42:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- PreReq -> Requires transistion that preserves bconds

---- Files affected:
SPECS:
   adapter.awk (1.232 -> 1.233) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.232 SPECS/adapter.awk:1.233
--- SPECS/adapter.awk:1.232	Tue Dec 13 12:28:32 2005
+++ SPECS/adapter.awk	Tue Dec 13 12:42:39 2005
@@ -591,7 +591,7 @@
 	}
 
 	if (field ~ /prereq:/) {
-		$1 = "Requires:"
+		sub(/PreReq:/, "Requires:", $1);
 	}
 
 	# split (build)requires on commas
================================================================

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




More information about the pld-cvs-commit mailing list