From a869978f093cab7f22fdb2954fbaf94edbe7fa67 Mon Sep 17 00:00:00 2001 From: Delfino Curado Date: Fri, 19 Nov 2021 10:06:44 -0500 Subject: [PATCH] Updating ceph build_srpm.data Updating TIS_BASE_SRCREV to reflect the source rev of branch 14.2.22 of stx-ceph. Updating TIS_PATCH_VER to account for the 43 previous packaging changes that went in with Mimic. Test plan: - Build ceph package and check the package name Story: 2009074 Task: 44013 Signed-off-by: Delfino Curado Change-Id: I6e51dedd62e851c4716bc27812a447d08694ed46 --- ceph/ceph/centos/build_srpm.data | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ceph/ceph/centos/build_srpm.data b/ceph/ceph/centos/build_srpm.data index 10f37b0c9..af5e1d0e7 100644 --- a/ceph/ceph/centos/build_srpm.data +++ b/ceph/ceph/centos/build_srpm.data @@ -21,7 +21,10 @@ if [ -f ${SRC_DIR}/src/.git_version ]; then \rm ${SRC_DIR}/src/.git_version fi -TIS_BASE_SRCREV=02899bfda814146b021136e9d8e80eba494e1126 -TIS_PATCH_VER=GITREVCOUNT+PKG_GITREVCOUNT +# Set the source rev to 14.2.22 tag +TIS_BASE_SRCREV=ca74598065096e6fcbd8433c8779a2be0c889351 +# Subtract 43 to account for PKG_GITREVCOUNT changes prior to 14.2.22 (i.e. +# reset PKG_GITREVCOUNT to 0) +TIS_PATCH_VER=GITREVCOUNT+PKG_GITREVCOUNT-43 BUILD_IS_BIG=40 BUILD_IS_SLOW=26