]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- note that one should add Requires(somescriptlet) when PreReq was converted
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 Aug 2005 20:19:22 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.170

adapter.awk

index eb2c8ec6ba747b50a62729bec698178c02a11807..49a3ff4b81cfced55191a73b3839be3cac5ccb3d 100644 (file)
@@ -425,6 +425,7 @@ preamble == 1 {
 
        if (field ~ /prereq:/) {
                $1 = "Requires:"
+               $(NF + 1) = " # FIXME add Requires(scriptlet) -adapter.awk"
        }
 
        if (field ~ /packager:|distribution:|docdir:|prefix:/)
This page took 0.150692 seconds and 4 git commands to generate.