SPECS: builder - poldek-0.19.0 doesn't recognize @cap, use just --...

glen glen at pld-linux.org
Wed Oct 26 00:27:03 CEST 2005


Author: glen                         Date: Tue Oct 25 22:27:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- poldek-0.19.0 doesn't recognize @cap, use just --caplookup which is available in 0.18 too (checked 0.18.9.1)

---- Files affected:
SPECS:
   builder (1.340 -> 1.341) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.340 SPECS/builder:1.341
--- SPECS/builder:1.340	Fri Oct 21 20:53:54 2005
+++ SPECS/builder	Wed Oct 26 00:26:58 2005
@@ -1208,10 +1208,10 @@
 	 DEPS=$(rpm -q --whatprovides $DEPS 2>&1 | awk '/^(error:|no package provides)/ { print }')
 
 	 # packages
-	 echo "$DEPS" | awk '/^no package provides/ { print "@" $NF }'
+	 echo "$DEPS" | awk '/^no package provides/ { print $NF }'
 
 	 # other deps (files)
-	 echo "$DEPS" | awk -F: '/^error:.*No such file/{o=$2; gsub("^ file ", "", o); print "@" o}'
+	 echo "$DEPS" | awk -F: '/^error:.*No such file/{o = $2; gsub("^ file ", "", o); print o}'
 }
 
 # checks if given package/files/provides exists in rpmdb.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.340&r2=1.341&f=u




More information about the pld-cvs-commit mailing list