]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- sysconfig fixes: allow other than 640 perm, but fix 755 perm
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Apr 2005 18:05:20 +0000 (18:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.148

adapter.awk

index ab317a6585f92cb03d172aa1eb7dc5dabd5f90ab..8d6a9ed6a92e1f5da2dc56a786132085c54cb43c 100644 (file)
@@ -727,7 +727,7 @@ function use_files_macros(  i, n, t, a)
                gsub("/etc/sysconfig", "%verify(not size mtime md5) /etc/sysconfig");
        }
 
-       if (/\/etc\/sysconfig\// && !/%attr\(640/) {
+       if (/\/etc\/sysconfig\// && /%attr\(755/) {
                gsub("^%attr\(... *,", "%attr(640,");
        }
 
This page took 0.100497 seconds and 4 git commands to generate.