libvirt: update to 1.2.11.

This commit is contained in:
Juan RP 2015-01-16 10:02:37 +01:00
parent da7213ee79
commit 7f94229037
2 changed files with 3 additions and 11 deletions

View file

@ -1,4 +0,0 @@
d /run/libvirt/qemu 0755 root root -
d /run/libvirt/lxc 0755 root root -
d /run/libvirt/uml 0755 root root -
d /run/libvirt/network 0755 root root -

View file

@ -1,6 +1,6 @@
# Template file for 'libvirt'
pkgname=libvirt
version=1.2.9
version=1.2.11
revision=1
build_style=gnu-configure
build_options="systemd"
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libvirt.org"
license="LGPL-2.1"
distfiles="http://libvirt.org/sources/$pkgname-$version.tar.gz"
checksum=95931a5a52f451b9ab73d6a5ae11a5740e1ba69a66520c2a0cffc6068a7e8fc4
checksum=1b886429734a53fc9a201f46d77448fda963e1323246269eb0dcb4c12fb02fcc
hostmakedepends="perl pkg-config lvm2 parted"
makedepends="readline-devel>=6.3 libcap-ng-devel libnl3-devel attr-devel
@ -25,7 +25,7 @@ makedepends="readline-devel>=6.3 libcap-ng-devel libnl3-devel attr-devel
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
configure_args+=" --with-xen"
makedepends+=" libnuma-devel xen-devel"
makedepends+=" libnuma-devel xen-devel>=4.5"
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
configure_args+=" --without-xen"
makedepends+=" libnuma-devel"
@ -83,10 +83,6 @@ post_install() {
rm -rf ${DESTDIR}/etc/sysconfig
# Remove unused stuff.
rm -rf ${DESTDIR}/var/log
# systemd stuff.
if [ "$build_options_systemd" ]; then
vinstall ${FILESDIR}/libvirt.tmpfiles.d 644 usr/lib/tmpfiles.d libvirt.conf
fi
}
libvirt-devel_package() {