mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Fix build44 for patch releases -- take 2
This commit is contained in:
parent
336d4f29f9
commit
b05255e2e9
@ -409,6 +409,15 @@ case $VERSION in
|
||||
LITERPMNAME=shorewall-lite-${BASEVERSION}-0${VERSION#*-}.noarch.rpm
|
||||
LITE6RPMNAME=shorewall6-lite-${BASEVERSION}-0${VERSION#*-}.noarch.rpm
|
||||
;;
|
||||
*.*.*.*)
|
||||
#
|
||||
# Patch Release
|
||||
#
|
||||
RPMNAME=shorewall-${BASEVERSION}-${PATCHNUM}.noarch.rpm
|
||||
RPM6NAME=shorewall6-${BASEVERSION}-${PATCHNUM}.noarch.rpm
|
||||
LITERPMNAME=shorewall-lite-${BASEVERSION}-${PATCHNUM}.noarch.rpm
|
||||
LITE6RPMNAME=shorewall6-lite-${BASEVERSION}-${PATCHNUM}.noarch.rpm
|
||||
;;
|
||||
*)
|
||||
#
|
||||
# Normal Release
|
||||
|
Loading…
Reference in New Issue
Block a user