From: Jonatan Schlag Date: Sat, 26 Nov 2016 08:12:54 +0000 (+0000) Subject: Update libvirt to 2.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e80923d7c22a1786b6dc7e086ed6439abb896a;p=ipfire-3.x.git Update libvirt to 2.4 This patch update libvirt to version 2.4 for changelog see: https://libvirt.org/news-2016.html This patch also add some new configure switches: * We build now only for qemu/kvm. The build for VMware and phyp are now disabled. * And libvirt is now explicitly built without SELinux. This change was necessary because of the fact that a build dependency of libvirt required SELinux and so libvirt is also linked against SELinux because it is available in the build environment. Until we get completely rid of SELinux we should use these switches. So we have a libvirt that does not require SELinux otherwise, we would have to release a version when we dropped SELinux completely, which would be stupid. Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- diff --git a/libvirt/libvirt.nm b/libvirt/libvirt.nm index fc15edf5c..da0ecefdb 100644 --- a/libvirt/libvirt.nm +++ b/libvirt/libvirt.nm @@ -4,7 +4,7 @@ ############################################################################### name = libvirt -version = 2.3.0 +version = 2.4.0 release = 1 maintainer = Ben Schweikert @@ -50,7 +50,9 @@ build --libexecdir=/usr/lib \ --disable-static \ --with-qemu \ + --without-vmware \ --without-esx \ + --without-phyp \ --without-hal \ --without-lxc \ --without-openvz \ @@ -64,6 +66,9 @@ build --with-storage-disk \ --with-avahi \ --with-udev \ + --without-secdriver-selinux \ + --without-selinux \ + --without-selinux-mount \ --with-libvirtd end