mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libvirt to 1.2.1-1
This commit is contained in:
parent
091956378b
commit
3d256149a3
2 changed files with 4 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
# - patch to use pthread atomics instead of gcc atomics on armv5
|
||||
|
||||
pkgname=libvirt
|
||||
pkgver=1.2.0
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -17,7 +17,7 @@ depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
|
|||
'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap'
|
||||
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
|
||||
'iproute2' 'libnl' 'libx11' 'audit')
|
||||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq')
|
||||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc')
|
||||
optdepends=('bridge-utils: for briged networking (default)'
|
||||
'dnsmasq: for NAT/DHCP for guests'
|
||||
'kvm'
|
||||
|
@ -39,7 +39,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
|
|||
libvirtd-guests.conf.d
|
||||
libvirt.tmpfiles.d
|
||||
arm.patch)
|
||||
md5sums=('f74f78059def4e68d69b975ad6e6c3e2'
|
||||
md5sums=('cce374220f67895afb6331bd2ddedbfd'
|
||||
'3ed0e24f5b5e25bf553f5427d64915e6'
|
||||
'0a96ed876ffb1fcb9dff5a9b3a609c1e'
|
||||
'020971887442ebbf1b6949e031c8dd3f'
|
||||
|
@ -63,7 +63,7 @@ build() {
|
|||
--with-storage-lvm --without-xen --with-udev --without-hal --disable-static \
|
||||
--with-init-script=systemd --with-audit \
|
||||
--with-qemu-user=nobody --with-qemu-group=nobody \
|
||||
--without-netcf --with-interface
|
||||
--without-netcf --with-interface --with-lxc
|
||||
make
|
||||
|
||||
sed -i 's|/etc/sysconfig/|/etc/conf.d/|' daemon/libvirtd.service tools/libvirt-guests.service
|
||||
|
|
|
@ -13,7 +13,3 @@ post_upgrade() {
|
|||
echo ">>> libvirt runs qemu from nobody:nobody by default"
|
||||
echo ">>> change it in /etc/libvirt/qemu.conf"
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue