]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- PreReq->Requires (arekm req)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 15 Aug 2005 20:07:29 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.169

adapter.awk

index cf3e4297c67d74a11296f4a34160fdd3bc73e2f7..eb2c8ec6ba747b50a62729bec698178c02a11807 100644 (file)
@@ -423,6 +423,10 @@ preamble == 1 {
                next
        }
 
+       if (field ~ /prereq:/) {
+               $1 = "Requires:"
+       }
+
        if (field ~ /packager:|distribution:|docdir:|prefix:/)
                next
 
This page took 0.173394 seconds and 4 git commands to generate.