From dd335d03e819284016e650923dadf6806b8ac03a Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 10 Jan 2017 18:08:44 +0100 Subject: [PATCH] spec: Depend on the gluster command line tool The gluster command line tool that is used to lookup storage pool sources moved from the gluster-client package to gluster-cli. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1349441 --- libvirt.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index 51ffbb55c0..7d8858d3f9 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -595,6 +595,10 @@ Requires: util-linux %if 0%{?fedora} Requires: glusterfs-client >= 2.0.1 %endif +# gluster cli tool for pool discovery +%if (0%{?fedora} || 0%{?with_storage_gluster}) +Requires: /usr/sbin/gluster +%endif # For LVM drivers Requires: lvm2 # For ISCSI driver