From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] libvirt: Update to 2.3.0 Date: Fri, 21 Oct 2016 07:53:25 +0200 Message-ID: <1477029205-30394-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7844965951048158352==" List-Id: --===============7844965951048158352== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a major update to the latest available version of libvirt. * Drop SELinux support. Fixes #11212. Signed-off-by: Stefan Schantl --- libvirt/libvirt.nm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/libvirt/libvirt.nm b/libvirt/libvirt.nm index b05dd04..fc15edf 100644 --- a/libvirt/libvirt.nm +++ b/libvirt/libvirt.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D libvirt -version =3D 1.3.3 -release =3D 2 +version =3D 2.3.0 +release =3D 1 =20 maintainer =3D Ben Schweikert groups =3D Applications/Virtualization @@ -14,12 +14,12 @@ license =3D LGPLv2.1+ summary =3D A library for controlling VMs. =20 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 =20 source_dl =3D ftp://libvirt.org/libvirt/ -sources =3D %{thisapp}.tar.gz +sources =3D %{thisapp}.tar.xz =20 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 =20 packages --=20 2.7.4 --===============7844965951048158352==--