]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- always tag spec, even if there are no additional SOURCES/PATCHES/ICONS
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 29 May 2006 22:54:43 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.437

builder.sh

index a047ab22a912db1ee8d51609b1109762c1621a69..4b5132cce1770bad5fe590559bbfaf6cc5c22070 100644 (file)
@@ -1028,7 +1028,6 @@ tag_files()
                set -v;
        fi
 
-       if [ $# -gt 0 ]; then
                echo "Version: $PACKAGE_VERSION"
                echo "Release: $PACKAGE_RELEASE"
 
@@ -1079,7 +1078,6 @@ tag_files()
                        update_shell_title "tag spec: $TAG"
                        cvs $OPTIONS $TAG $SPECFILE
                fi
-       fi
 }
 
 branch_files()
This page took 0.052419 seconds and 4 git commands to generate.