]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- PreReq -> Requires transistion that preserves bconds
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Dec 2005 11:42:39 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.233

adapter.awk

index 2a8de4b40db85485d5276af01b2989e14a5ebb1b..a9e73241fbc012adc92e42581d40915e5e3ff9b1 100644 (file)
@@ -591,7 +591,7 @@ preamble == 1 {
        }
 
        if (field ~ /prereq:/) {
-               $1 = "Requires:"
+               sub(/PreReq:/, "Requires:", $1);
        }
 
        # split (build)requires on commas
This page took 0.042918 seconds and 4 git commands to generate.