From 3809c69d819cc445a5e5b354f37ebc90a5804a32 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 17 Dec 2020 13:25:29 -0500 Subject: [PATCH] Add auto-version for remaining stx/monitoring 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. Story: 2008455 Task: 41463 Signed-off-by: Don Penney Change-Id: If41d630c97354014b12424ed305d6c5cbb022a5a --- influxdb-extensions/centos/build_srpm.data | 2 +- monitor-tools/centos/build_srpm.data | 2 +- vm-topology/centos/build_srpm.data | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/influxdb-extensions/centos/build_srpm.data b/influxdb-extensions/centos/build_srpm.data index 03c5dbc..26fcd19 100644 --- a/influxdb-extensions/centos/build_srpm.data +++ b/influxdb-extensions/centos/build_srpm.data @@ -4,4 +4,4 @@ COPY_LIST="$PKG_BASE/src/LICENSE \ $PKG_BASE/src/influxdb.conf.pmon \ $PKG_BASE/src/influxdb.service" -TIS_PATCH_VER=2 +TIS_PATCH_VER=PKG_GITREVCOUNT diff --git a/monitor-tools/centos/build_srpm.data b/monitor-tools/centos/build_srpm.data index acaff65..617479c 100644 --- a/monitor-tools/centos/build_srpm.data +++ b/monitor-tools/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR=scripts -TIS_PATCH_VER=0 +TIS_PATCH_VER=PKG_GITREVCOUNT diff --git a/vm-topology/centos/build_srpm.data b/vm-topology/centos/build_srpm.data index 0b28ab0..06d3d1c 100644 --- a/vm-topology/centos/build_srpm.data +++ b/vm-topology/centos/build_srpm.data @@ -1,4 +1,4 @@ PACKAGE_NAME=vm-topology VERSION=1.0 SRC_DIR=$PKG_BASE/$PACKAGE_NAME -TIS_PATCH_VER=1 +TIS_PATCH_VER=PKG_GITREVCOUNT