SPECS: adapter.awk - newline split also conflicts tag values

glen glen at pld-linux.org
Wed Mar 1 22:48:13 CET 2006


Author: glen                         Date: Wed Mar  1 21:48:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- newline split also conflicts tag values

---- Files affected:
SPECS:
   adapter.awk (1.284 -> 1.285) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.284 SPECS/adapter.awk:1.285
--- SPECS/adapter.awk:1.284	Wed Mar  1 00:37:25 2006
+++ SPECS/adapter.awk	Wed Mar  1 22:48:08 2006
@@ -632,7 +632,7 @@
 	}
 
 	# split (build)requires, obsoletes on commas
-	if (field ~ /(obsoletes|requires):/ && NF > 2) {
+	if (field ~ /(obsoletes|requires|conflicts):/ && NF > 2) {
 		value = substr($0, index($0, $2));
 		$0 = format_requires($1, value);
 	}
================================================================

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



More information about the pld-cvs-commit mailing list