]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
libvirt: Update to 2.3.0
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 21 Oct 2016 05:53:25 +0000 (07:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Oct 2016 09:52:45 +0000 (10:52 +0100)
This is a major update to the latest available version of libvirt.

* Drop SELinux support.

Fixes #11212.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libvirt/libvirt.nm

index b05dd040b3e122264bd082f82868a34b8d55cd43..fc15edf5cf63a040b593ffc1a4765a2076efad80 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = libvirt
-version    = 1.3.3
-release    = 2
+version    = 2.3.0
+release    = 1
 
 maintainer = Ben Schweikert <ben.schweikert@ipfire.org>
 groups     = Applications/Virtualization
@@ -14,12 +14,12 @@ license    = LGPLv2.1+
 summary    = A library for controlling VMs.
 
 description
-       A toolkit to interact with the virtualization capabilities of recent \
+       A toolkit to interact with the virtualization capabilities of recent
        versions of Linux.
 end
 
 source_dl  = ftp://libvirt.org/libvirt/
-sources    = %{thisapp}.tar.gz
+sources    = %{thisapp}.tar.xz
 
 build
        requires
@@ -29,7 +29,6 @@ build
                libcurl-devel
                libgcrypt-devel
                libnl-devel
-               libselinux-devel
                libdevmapper-devel
                libpciaccess-devel
                libssh2-devel
@@ -65,8 +64,7 @@ build
                --with-storage-disk \
                --with-avahi \
                --with-udev \
-               --with-libvirtd \
-               --with-selinux
+               --with-libvirtd
 end
 
 packages