From: Peter Krempa Date: Tue, 10 Jan 2017 17:08:44 +0000 (+0100) Subject: spec: Depend on the gluster command line tool X-Git-Tag: CVE-2017-2635~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd335d03e819284016e650923dadf6806b8ac03a;p=thirdparty%2Flibvirt.git 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 --- 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