From 0d7f593970744e4f78572b63b4d5efbed7d290a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 23 Jan 2008 18:20:21 +0000 Subject: [PATCH] - ignore Sticky tag, etc lines for autotag() Changed files: rpm-build.sh -> 1.41 --- rpm-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-build.sh b/rpm-build.sh index 208281b..3632efb 100644 --- a/rpm-build.sh +++ b/rpm-build.sh @@ -64,7 +64,7 @@ autotag() { local out for a in "$@"; do s=${a%.spec}.spec - out=$(cvs status -v $s | awk "/auto-$dist-/{if (!a++) print \$1}") + out=$(cvs status -v $s | awk "!/Sticky/&&/auto-$dist-/{if (!a++) print \$1}") echo "$s:$out" done } -- 2.43.0