From d62cffb7a87c638b79e597c0593b1722b3ab65a8 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 17 Dec 2020 13:24:47 -0500 Subject: [PATCH] Add auto-version for remaining stx/nfv packages Update remaining StarlingX packages with hardcoded TIS_PATCH_VER to use PKG_GITREVCOUNT where possible, with offsets as needed to ensure the version is incremented above the hardcoded version. Change-Id: I9adc5f2648fda75b14215a27075c93a851bc6faa Story: 2008455 Task: 41453 Signed-off-by: Don Penney --- mtce-guest/centos/build_srpm.data | 2 +- nova-api-proxy/centos/build_srpm.data | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mtce-guest/centos/build_srpm.data b/mtce-guest/centos/build_srpm.data index 01e786b1..046a15c2 100644 --- a/mtce-guest/centos/build_srpm.data +++ b/mtce-guest/centos/build_srpm.data @@ -1,3 +1,3 @@ SRC_DIR="src" -TIS_PATCH_VER=142 +TIS_PATCH_VER=PKG_GITREVCOUNT+129 BUILD_IS_SLOW=5 diff --git a/nova-api-proxy/centos/build_srpm.data b/nova-api-proxy/centos/build_srpm.data index fbe0952a..6f662249 100644 --- a/nova-api-proxy/centos/build_srpm.data +++ b/nova-api-proxy/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="$PKG_BASE/nova-api-proxy" -TIS_PATCH_VER=10 +TIS_PATCH_VER=PKG_GITREVCOUNT