From f7c1bf88272ff726f53d6a5e3deca33e9df4b039 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 17 Dec 2020 13:23:44 -0500 Subject: [PATCH] Add auto-version for remaining stx/oidc-auth-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: 41450 Signed-off-by: Don Penney Change-Id: Ia53b469a5f0d1a680280d323b353989da6184330 --- dex-helm/centos/build_srpm.data | 2 +- oidc-auth-tools/centos/build_srpm.data | 2 +- stx-oidc-client/centos/build_srpm.data | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 stx-oidc-client/centos/build_srpm.data diff --git a/dex-helm/centos/build_srpm.data b/dex-helm/centos/build_srpm.data index 0ed006f..b0b31ce 100644 --- a/dex-helm/centos/build_srpm.data +++ b/dex-helm/centos/build_srpm.data @@ -4,4 +4,4 @@ VERSION=1.0.0 TAR="$TAR_NAME-$SHA.tar.gz" COPY_LIST="${CGCS_BASE}/downloads/$TAR $PKG_BASE/files/* " -TIS_PATCH_VER=1 +TIS_PATCH_VER=PKG_GITREVCOUNT diff --git a/oidc-auth-tools/centos/build_srpm.data b/oidc-auth-tools/centos/build_srpm.data index 9aba9ce..03b3eae 100644 --- a/oidc-auth-tools/centos/build_srpm.data +++ b/oidc-auth-tools/centos/build_srpm.data @@ -1,2 +1,2 @@ SRC_DIR="oidcauthtools" -TIS_PATCH_VER=0 +TIS_PATCH_VER=PKG_GITREVCOUNT diff --git a/stx-oidc-client/centos/build_srpm.data b/stx-oidc-client/centos/build_srpm.data deleted file mode 100644 index 3a13ed1..0000000 --- a/stx-oidc-client/centos/build_srpm.data +++ /dev/null @@ -1,2 +0,0 @@ -SRC_DIR="stx-oidc-client" -TIS_PATCH_VER=1