]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- keep previous display for md5 update
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 19 Jan 2008 13:49:43 +0000 (13:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.532

builder.sh

index d50e034d6aad67a9509b17e2dfa6692d5a7581cb..67a0ecf74d00c0477f9c319211664b388e40ead0 100644 (file)
@@ -921,7 +921,7 @@ update_md5()
                                tag="BuildRequires:\tdigest(%SOURCE$srcno) = "
                        fi
                        md5=$(md5sum "$fp" | cut -f1 -d' ')
-                       echo "Updating $tag ($md5: $fp)."
+                       echo "Updating Source$srcno ($md5: $fp)."
                        perl -i -ne '
                                print unless (/^\s*#\s*(No)?Source'$srcno'-md5\s*:/i or /^\s*BuildRequires:\s*digest\(%SOURCE'$srcno'\)/i);
                                print "'"$tag$md5"'\n" if /^Source'$srcno'\s*:\s+/;
This page took 0.028672 seconds and 4 git commands to generate.