Hello community, here is the log from the commit of package libvirt for openSUSE:Factory checked in at 2018-07-07 21:54:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvirt (Old) and /work/SRC/openSUSE:Factory/.libvirt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvirt" Sat Jul 7 21:54:34 2018 rev:261 rq:620644 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes 2018-06-15 14:31:43.972258220 +0200 +++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2018-07-07 21:54:38.451603901 +0200 @@ -1,0 +2,11 @@ +Wed Jul 4 15:27:05 UTC 2018 - jfeh...@suse.com + +- spec: enable gluster storage backend for openSUSE + +------------------------------------------------------------------- +Mon Jun 25 14:17:03 UTC 2018 - jfeh...@suse.com + +- spec: BuildRequires glusterfs-devel when gluster support is + enabled + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt.spec ++++++ --- /var/tmp/diff_new_pack.e3EVge/_old 2018-07-07 21:54:40.067601847 +0200 +++ /var/tmp/diff_new_pack.e3EVge/_new 2018-07-07 21:54:40.071601841 +0200 @@ -38,7 +38,7 @@ # Then the secondary host drivers, which run inside libvirtd %define with_storage_rbd 0%{!?_without_storage_rbd:0} %define with_storage_sheepdog 0 -%define with_storage_gluster 0 +%define with_storage_gluster 0%{!?_without_storage_gluster:1} %define with_apparmor 0%{!?_without_apparmor:1} # Optional bits on by default @@ -142,6 +142,11 @@ %endif %endif +# gluster storage backend is not supported in SLE +%if ! 0%{?is_opensuse} + %define with_storage_gluster 0 +%endif + # numad is used to manage the CPU and memory placement dynamically for # qemu, lxc, and uml drivers %if %{with_qemu} || %{with_lxc} || %{with_uml} @@ -285,6 +290,9 @@ %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