mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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
This commit is contained in:
parent
9e97c8c0f0
commit
dd335d03e8
@ -595,6 +595,10 @@ Requires: util-linux
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
Requires: glusterfs-client >= 2.0.1
|
Requires: glusterfs-client >= 2.0.1
|
||||||
%endif
|
%endif
|
||||||
|
# gluster cli tool for pool discovery
|
||||||
|
%if (0%{?fedora} || 0%{?with_storage_gluster})
|
||||||
|
Requires: /usr/sbin/gluster
|
||||||
|
%endif
|
||||||
# For LVM drivers
|
# For LVM drivers
|
||||||
Requires: lvm2
|
Requires: lvm2
|
||||||
# For ISCSI driver
|
# For ISCSI driver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user