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 <delfinogomes.curadofilho@windriver.com>
Change-Id: I6e51dedd62e851c4716bc27812a447d08694ed46
This commit is contained in:
Delfino Curado 2021-11-19 10:06:44 -05:00
parent 4a098ccd32
commit a869978f09
1 changed files with 5 additions and 2 deletions

View File

@ -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