]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- "etc." excluded for dot removal in summary:
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 14 Dec 2005 09:32:21 +0000 (09:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.247

adapter.awk

index 8b50fc3774ab8e3318d921b90457e470df391f3c..2d3742a2657b61b7b50eac06d85648d2ef0930f2 100644 (file)
@@ -560,7 +560,7 @@ preamble == 1 {
 
        field = tolower($1)
        fieldnlower = $1
-       if (field ~ /summary:/) {
+       if (field ~ /summary:/ && !/etc\.$/) {
                sub(/\.$/, "", $0);
        }
        if (field ~ /group(\([^)]+\)):/)
This page took 0.032233 seconds and 4 git commands to generate.