]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- chkconfig fullpath
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Mar 2008 12:40:44 +0000 (12:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.384

adapter.awk

index fbdc077bee15092d24d051f2bf52e17a5fb01d0f..8ebf9e9fd91e4527fb304e6274cbda52dde5796b 100644 (file)
@@ -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 @@ function replace_requires()
        sub(/^tftp-server$/, "tftpdaemon", $2);
 
        sub(/^gcc-c\+\+$/, "libstdc++-devel", $2);
+       sub(/^chkconfig$/, "/sbin/chkconfig", $2);
 
        replace_php_virtual_deps()
 }
This page took 0.109391 seconds and 4 git commands to generate.