SPECS: adapter.awk - unsplit also Provides: lines

glen glen at pld-linux.org
Mon Apr 3 11:34:55 CEST 2006


Author: glen                         Date: Mon Apr  3 09:34:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unsplit also Provides: lines

---- Files affected:
SPECS:
   adapter.awk (1.299 -> 1.300) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.299 SPECS/adapter.awk:1.300
--- SPECS/adapter.awk:1.299	Fri Mar 24 20:30:13 2006
+++ SPECS/adapter.awk	Mon Apr  3 11:34:49 2006
@@ -670,7 +670,7 @@
 	}
 
 	# split (build)requires, obsoletes on commas
-	if (field ~ /(obsoletes|requires|conflicts):/ && NF > 2) {
+	if (field ~ /(obsoletes|requires|provides|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.299&r2=1.300&f=u



More information about the pld-cvs-commit mailing list