From 821f2840cc77250d55b6e3281936ebb92ae73f0c Mon Sep 17 00:00:00 2001 From: Don Penney Date: Thu, 17 Dec 2020 13:26:24 -0500 Subject: [PATCH] Add auto-version for remaining stx/metal 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: I9fa1ceea76fa13ead2fed325e96a0be3028aa01e Story: 2008455 Task: 41448 Signed-off-by: Don Penney --- installer/pxe-network-installer/centos/build_srpm.data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/pxe-network-installer/centos/build_srpm.data b/installer/pxe-network-installer/centos/build_srpm.data index 7be54e52..d59c4cec 100644 --- a/installer/pxe-network-installer/centos/build_srpm.data +++ b/installer/pxe-network-installer/centos/build_srpm.data @@ -6,6 +6,6 @@ COPY_LIST="pxe-network-installer/* \ /import/mirrors/CentOS/stx-installer/vmlinuz \ " -TIS_PATCH_VER=28 +TIS_PATCH_VER=PKG_GITREVCOUNT+13 BUILD_IS_BIG=4 BUILD_IS_SLOW=4