diff --git a/libvirt.changes b/libvirt.changes index 5790f88..6bf0b80 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -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 diff --git a/libvirt.spec b/libvirt.spec index 9bf768c..92a94e7 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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