SPECS: adapter.awk - chkconfig fullpath

glen glen at pld-linux.org
Tue Mar 25 13:40:49 CET 2008


Author: glen                         Date: Tue Mar 25 12:40:49 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- chkconfig fullpath

---- Files affected:
SPECS:
   adapter.awk (1.383 -> 1.384) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.383 SPECS/adapter.awk:1.384
--- SPECS/adapter.awk:1.383	Wed Feb 13 21:54:00 2008
+++ SPECS/adapter.awk	Tue Mar 25 13:40:44 2008
@@ -18,6 +18,7 @@
 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
 
 # TODO
+# - really long sourceX make preamble sorting totally fcked up (try snake.spec r1.1)
 # - parse ../PLD-doc/BuildRequires.txt and setup proper BR epoches?
 # - add "-nc" option to skip CVS interaction
 # - sort Summary(XX)
@@ -1705,6 +1706,7 @@
 	sub(/^tftp-server$/, "tftpdaemon", $2);
 
 	sub(/^gcc-c\+\+$/, "libstdc++-devel", $2);
+	sub(/^chkconfig$/, "/sbin/chkconfig", $2);
 
 	replace_php_virtual_deps()
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/adapter.awk?r1=1.383&r2=1.384&f=u



More information about the pld-cvs-commit mailing list