From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH] Update libvirt to 2.4 Date: Sat, 26 Nov 2016 08:12:54 +0000 Message-ID: <1480147974-3235-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8119521934608013137==" List-Id: --===============8119521934608013137== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 an phyp are now disabled. And libvirt is now explicit build without SELinux. This change was necessary because of the fact that a build dependency of libvirt, require still SELinux and so libvirt is also linked against SELinux because it is available in the build environment. Till 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 --- libvirt/libvirt.nm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libvirt/libvirt.nm b/libvirt/libvirt.nm index fc15edf..b06c12b 100644 --- a/libvirt/libvirt.nm +++ b/libvirt/libvirt.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D libvirt -version =3D 2.3.0 -release =3D 1 +version =3D 2.4.0 +release =3D 2 =20 maintainer =3D Ben Schweikert groups =3D Applications/Virtualization @@ -50,7 +50,9 @@ build --libexecdir=3D/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 =20 --=20 2.6.3 --===============8119521934608013137==--