From 638ec8c0cb32ec1a8da7ba34b591f4eae53dc1d3 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Fri, 14 May 2021 09:56:06 -0700 Subject: [PATCH] EX-3176 build: remove extra_version from kernel rpm This will allow us to use the same kernel for both ES5 and ES6 Change-Id: I7e49f97b28d6e74ab6fe79f0438900c3ebd665df Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/43708 Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo --- contrib/lbuild/lbuild-rhel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lbuild/lbuild-rhel b/contrib/lbuild/lbuild-rhel index 528a4c9..043ef49 100644 --- a/contrib/lbuild/lbuild-rhel +++ b/contrib/lbuild/lbuild-rhel @@ -49,9 +49,9 @@ prepare_and_build_srpm() { # create the buildid local ddn_tag="ddn13" if $ENABLE_KERNEL_DEBUG; then - local buildid="_lustre_debug${EXTRA_VERSION##*_lustre}.${ddn_tag}" + local buildid="_lustre_debug.${ddn_tag}" else - local buildid="_lustre${EXTRA_VERSION##*_lustre}.${ddn_tag}" + local buildid="_lustre.${ddn_tag}" fi # edit the SPEC with our changes -- 1.8.3.1