summaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-04-30 13:53:58 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-04-30 13:55:46 +0200
commitb248447c7ab16c86b28e9bda5f7224a9d106ac43 (patch)
treef291874ff4e2ce7c5497cae992b15111084a48c3 /packaging/rpm
parentc15641564484bfb16a5fabff3a281d7a6b21861e (diff)
update packaging
- fix build number, when not specified defaults to 0 which doesn't affect number when it is defined. - fix bionic release version - remove suggested vpp-nsh-package since it is not being built anymore (last version is 18.07) Change-Id: Ic92118d2c3096879b3ed2f10454cf41f0fa2a0b8 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'packaging/rpm')
-rwxr-xr-xpackaging/rpm/release2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/release b/packaging/rpm/release
index 0d10fc06d..6aa0c5b3c 100755
--- a/packaging/rpm/release
+++ b/packaging/rpm/release
@@ -3,7 +3,7 @@
# Snapshot version (do not use on stable branch)
#
#
-echo $(expr $BUILD_NUMBER)
+echo $(expr $BUILD_NUMBER + 0)
#
# Stable versions
#