From 740412e18ac3d0f25056f829409f292bd815403e Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Mon, 15 Jun 2015 10:04:19 -0700 Subject: [PATCH] LU-6718 build: force update of lustre-osd-zfs-mount Previous change fixed the lustre-osd-ldiskfs dependency, but neglected lustre-osd-zfs. Change the .spec file to make lustre-osd-zfs require a specific version of lustre-osd-zfs-mount rather than accepting just any version. Signed-off-by: Bob Glossman Change-Id: Ice17e23fdf778962a1a988b563bfc426c5d41c29 Reviewed-on: http://review.whamcloud.com/15285 Tested-by: Jenkins Reviewed-by: Brian J. Murrell Tested-by: Maloo Reviewed-by: Dmitry Eremin Reviewed-by: Nathaniel Clark Reviewed-by: Oleg Drokin --- lustre.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre.spec.in b/lustre.spec.in index a5cef20..bb7965b 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -188,7 +188,7 @@ LDISKFS hooks for mount/mkfs into a dynamic library. %package osd-zfs Summary: osd-zfs is the mandatory glue for ZFS support in Lustre. Requires: lustre-modules = %{version}, zfs-kmod -Requires: lustre-osd-zfs-mount +Requires: lustre-osd-zfs-mount = %{version} Provides: lustre-osd Group: Development/Kernel -- 1.8.3.1