From 0c30ffc410d9ca720ce80cb5fb08ae81adf05d2a Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 17 Dec 2020 13:23:11 -0500 Subject: [PATCH] Add auto-version for remaining stx/openstack-armada-app 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: 41455 Signed-off-by: Don Penney Change-Id: Icdc9d71d1268a4d3dd9e569c8642717bceadda5e --- openstack-helm-infra/centos/build_srpm.data | 2 +- openstack-helm/centos/build_srpm.data | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack-helm-infra/centos/build_srpm.data b/openstack-helm-infra/centos/build_srpm.data index 558ad5a7..d45a415e 100644 --- a/openstack-helm-infra/centos/build_srpm.data +++ b/openstack-helm-infra/centos/build_srpm.data @@ -5,4 +5,4 @@ TAR="$TAR_NAME-$SHA.tar.gz" COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/*" -TIS_PATCH_VER=17 +TIS_PATCH_VER=PKG_GITREVCOUNT diff --git a/openstack-helm/centos/build_srpm.data b/openstack-helm/centos/build_srpm.data index fae73414..9fced4ac 100644 --- a/openstack-helm/centos/build_srpm.data +++ b/openstack-helm/centos/build_srpm.data @@ -5,4 +5,4 @@ TAR="$TAR_NAME-$SHA.tar.gz" COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* " -TIS_PATCH_VER=24 +TIS_PATCH_VER=PKG_GITREVCOUNT