- spec: BuildRequires glusterfs-devel when gluster support is

enabled

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=693
This commit is contained in:
James Fehlig 2018-06-25 14:19:12 +00:00 committed by Git OBS Bridge
parent 4d2c547eb1
commit 2adf4b3d71
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 25 14:17:03 UTC 2018 - jfehlig@suse.com
- spec: BuildRequires glusterfs-devel when gluster support is
enabled
-------------------------------------------------------------------
Tue Jun 5 22:56:28 UTC 2018 - jfehlig@suse.com

View File

@ -285,6 +285,9 @@ BuildRequires: device-mapper-devel
%if %{with_storage_rbd}
BuildRequires: %{with_rbd_lib}
%endif
%if %{with_storage_gluster}
BuildRequires: glusterfs-devel >= 3.4.1
%endif
%if %{with_numactl}
# For QEMU/LXC numa info
BuildRequires: libnuma-devel