From 77642928ae2a5b4d2f19e2a1660863d2a2d59c2f Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Thu, 3 May 2012 16:00:46 -0700 Subject: [PATCH] LU-1361 build: enable kabi on rhel6 Turn on USE_KABI=true to build with kabi on rhel6 Signed-off-by: Minh Diep Change-Id: Ie028ced17baf5a4540c59b8b63fb279a146718a6 Reviewed-on: http://review.whamcloud.com/2642 Tested-by: Maloo Tested-by: Hudson Reviewed-by: Andreas Dilger Reviewed-by: Brian J. Murrell Tested-by: Brian J. Murrell Reviewed-by: Oleg Drokin --- build/lbuild-rhel6 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/lbuild-rhel6 b/build/lbuild-rhel6 index 3e570c5..fb2afb7 100644 --- a/build/lbuild-rhel6 +++ b/build/lbuild-rhel6 @@ -7,12 +7,14 @@ # distributions, update the BUILD_GEN variable in build/lbuild) #BUILD_GEN+=".0" #BUILD_GEN+=".1" # added --with firmware to rpmbuild for rhel6 -BUILD_GEN+=".0" # TT-107: don't cache the BUILD dir (reset major to 5) +#BUILD_GEN+=".0" # TT-107: don't cache the BUILD dir (reset major to 5) +BUILD_GEN+=".1" # LU-1361: enable kernel ABI source ${0%/*}/lbuild-rhel SPEC_NAME="kernel.spec" DEVEL_PATH_ARCH_DELIMETER="." +USE_KABI=true patch_spec() { local buildid="$1" -- 1.8.3.1