community/libvirt to 1.2.10-1

This commit is contained in:
David Beauchamp 2014-11-03 17:32:35 -05:00
parent a110dae00b
commit e0f31ea677
2 changed files with 6 additions and 6 deletions

View file

@ -6,8 +6,8 @@
# - remove numactl from depends, doesn't build on ARM
pkgname=libvirt
pkgver=1.2.9
pkgrel=2
pkgver=1.2.10
pkgrel=1
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@ -64,7 +64,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
md5sums=('f017075995062ff1d15577b0b093d02e'
md5sums=('1338a14c1cf2935f9485abc41b107ef9'
'5e31269067dbd12ca871234450bb66bb'
'384fff96c6248d4f020f6fa66c32b357'
'020971887442ebbf1b6949e031c8dd3f')

View file

@ -4,12 +4,12 @@ _libvirt_setup() {
post_install() {
_libvirt_setup || return 1
echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"
echo ">>> libvirt runs qemu from nobody:kvm by default"
echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"
}
post_upgrade() {
_libvirt_setup || return 1
echo ">>> You may need to run 'rm -rf ~/.libvirt'"
echo ">>> libvirt runs qemu from nobody:nobody by default"
echo ">>> change it in /etc/libvirt/qemu.conf"
}