]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Depend on the gluster command line tool
authorPeter Krempa <pkrempa@redhat.com>
Tue, 10 Jan 2017 17:08:44 +0000 (18:08 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Jan 2017 10:05:26 +0000 (11:05 +0100)
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

index 51ffbb55c03f32e4fc730558ce8b3998c248a660..7d8858d3f94522a8e0baf848c4afbdc1ad2fdeed 100644 (file)
@@ -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