]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- BuildRoot should be always last
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Dec 2005 00:25:21 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.255

adapter.awk

index cb731147a1e7ddef0e0e6f83217a47e56ab2a201..69713916fd08eaa5296a7d4ed69ab238f2769f05 100644 (file)
@@ -124,9 +124,9 @@ function b_makekey(a, b,    s) {
     gsub(/^Obsoletes/, "X2Obsoletes", s);
     gsub(/^Conflicts/, "X3Conflicts", s);
     gsub(/^BuildArch/, "X4BuildArch", s);
-    gsub(/^BuildRoot/, "X5BuildRoot", s);
     gsub(/^ExclusiveArch/, "X6ExclusiveArch", s);
     gsub(/^ExcludeArch/, "X6ExcludeArch", s);
+    gsub(/^BuildRoot/, "X9BuildRoot", s);
 
 #      printf("%s -> %s\n", a""b, s);
        return s;
This page took 0.046054 seconds and 4 git commands to generate.