SPECS: adapter.awk - note that one should add Requires(somescriptl...

glen glen at pld-linux.org
Mon Aug 15 22:19:28 CEST 2005


Author: glen                         Date: Mon Aug 15 20:19:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- note that one should add Requires(somescriptlet) when PreReq was converted

---- Files affected:
SPECS:
   adapter.awk (1.169 -> 1.170) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.169 SPECS/adapter.awk:1.170
--- SPECS/adapter.awk:1.169	Mon Aug 15 22:07:29 2005
+++ SPECS/adapter.awk	Mon Aug 15 22:19:22 2005
@@ -425,6 +425,7 @@
 
 	if (field ~ /prereq:/) {
 		$1 = "Requires:"
+		$(NF + 1) = " # FIXME add Requires(scriptlet) -adapter.awk"
 	}
 
 	if (field ~ /packager:|distribution:|docdir:|prefix:/)
================================================================

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




More information about the pld-cvs-commit mailing list