From 4bf68438dba8f563d1e42985ed6071c545aa46fc Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 9 Aug 2017 12:55:46 +0800 Subject: [PATCH] LU-8619 lbuild: update ZFS to use 0.7.1 Update lbuild to build against ZFS 0.7.1 Changelog: https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.1 Lustre-change: https://review.whamcloud.com/#/c/22569/ Lustre-commit: ffa8ea9ca6f096515cf8b0638161378665591022 Signed-off-by: Andreas Dilger Change-Id: I04082cd6cd43c98477100f9fc308666e1b981c0a Signed-off-by: Nathaniel Clark Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/28531 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Bob Glossman Reviewed-by: John L. Hammond --- contrib/lbuild/lbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lbuild/lbuild b/contrib/lbuild/lbuild index 8be0cfa..d1067f8 100755 --- a/contrib/lbuild/lbuild +++ b/contrib/lbuild/lbuild @@ -998,7 +998,7 @@ build_spl_zfs() { # The spl/zfs spec files expect RPM_BUILD_ROOT to point to the root of the # destination for the rpms export RPM_BUILD_ROOT=$TOPDIR - SPLZFSVER=${SPLZFSVER:-0.6.5.9} + SPLZFSVER=${SPLZFSVER:-0.7.1} SPLZFSTAG=${SPLZFSTAG:-} # The files expect a kver to be set to the kernel version . -- 1.8.3.1