From 36939eedc697e13afd5fbeb8492bac19be25c636 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Tue, 4 May 2021 09:09:35 -0600 Subject: [PATCH] EX-3108 build: update kernel to -ddn13 Update the kernel version to -ddn13 to match the version used on b_es5_2 so that it is possible to just upgrade the Lustre RPMs when moving from EXA5.2.2 to EXA6.0. Test-Parameters: trivial Signed-off-by: Andreas Dilger Change-Id: I8845fa2c797769b94971e60dc92cdfb2c79bb570 Reviewed-on: https://review.whamcloud.com/43534 Tested-by: jenkins Tested-by: Maloo Tested-by: Minh Diep --- contrib/lbuild/lbuild-rhel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lbuild/lbuild-rhel b/contrib/lbuild/lbuild-rhel index 3c59a0c..528a4c9 100644 --- a/contrib/lbuild/lbuild-rhel +++ b/contrib/lbuild/lbuild-rhel @@ -47,7 +47,7 @@ prepare_and_build_srpm() { pushd $TOPDIR >/dev/null # create the buildid - local ddn_tag="ddn0" + local ddn_tag="ddn13" if $ENABLE_KERNEL_DEBUG; then local buildid="_lustre_debug${EXTRA_VERSION##*_lustre}.${ddn_tag}" else -- 1.8.3.1