diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index 5e39bffd5..0b34a5ea9 100755 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -453,6 +453,13 @@ rm -f $VERSION.md5sums $VERSION.sha1sums # The following rather awkward algorithm gets around the problem of builds that don't # include the RPM # +case $VERSION in + *Beta*|*RC*) + do_or_die "md5sum shorewall-${VERSION%-*}-0${VERSION#*-}.noarch.rpm >> $VERSION.md5sums" + do_or_die "sha1sum shorewall-${VERSION%-*}-0${VERSION#*-}.noarch.rpm >> $VERSION.sha1sums" + ;; +esac + for file in *; do case $file in *$VERSION[-.]*tgz|*$VERSION[-.]*rpm|*$VERSION[-.]*bz2)