forked from extern/shorewall_code
Revert RPM version to old scheme -- Take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7889 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9956377cde
commit
5e7bd56500
@ -368,7 +368,24 @@ case $VERSION in
|
|||||||
SHELLTARBALL=shorewall-shell-${BASEVERSION}.tgz
|
SHELLTARBALL=shorewall-shell-${BASEVERSION}.tgz
|
||||||
SHELLDIR=shorewall-shell-${BASEVERSION}
|
SHELLDIR=shorewall-shell-${BASEVERSION}
|
||||||
;;
|
;;
|
||||||
*)
|
*.*.*.*)
|
||||||
|
#
|
||||||
|
# Patch Release
|
||||||
|
#
|
||||||
|
[ -n "$BUILDCOMMON" ] && SHOREWALLDIR=shorewall-common-${BASEVERSION} || SHOREWALLDIR=shorewall-common
|
||||||
|
SHOREWALLLITEDIR=shorewall-lite-${BASEVERSION}
|
||||||
|
TARBALL=shorewall-common-${BASEVERSION}.tgz
|
||||||
|
LITETARBALL=shorewall-lite-${BASEVERSION}.tgz
|
||||||
|
RPMNAME=shorewall-common-${BASEVERSION}-${PATCHNUM}.noarch.rpm
|
||||||
|
LITERPMNAME=shorewall-lite-${BASEVERSION}-${PATCHNUM}.noarch.rpm
|
||||||
|
PERLRPMNAME=shorewall-perl-${BASEVERSION}-${PATCHNUM}.noarch.rpm
|
||||||
|
PERLTARBALL=shorewall-perl-${BASEVERSION}.tgz
|
||||||
|
PERLDIR=shorewall-perl-${BASEVERSION}
|
||||||
|
SHELLRPMNAME=shorewall-shell-${BASEVERSION}-${PATCHNUM}.noarch.rpm
|
||||||
|
SHELLTARBALL=shorewall-shell-${BASEVERSION}.tgz
|
||||||
|
SHELLDIR=shorewall-shell-${BASEVERSION}
|
||||||
|
;;
|
||||||
|
*)
|
||||||
#
|
#
|
||||||
# Normal Release
|
# Normal Release
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user