summaryrefslogtreecommitdiff
path: root/community/libvirt
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-09 03:36:00 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-09 03:36:00 +0000
commit66018e3cb2f893ec3add478fcd86ed3334e46fa9 (patch)
tree3336c03eb23042b17727e6ab856ce359443b2d48 /community/libvirt
parent740a52614d0b18baf8d2177a89036a29c8cd3bd8 (diff)
Fri May 9 03:32:12 UTC 2014
Diffstat (limited to 'community/libvirt')
-rw-r--r--community/libvirt/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index f457ffa6b..48500e725 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110702 2014-05-05 09:50:23Z spupykin $
+# $Id: PKGBUILD 110832 2014-05-08 12:53:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt
pkgver=1.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@@ -14,14 +14,14 @@ depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
'iproute2' 'libnl' 'libx11' 'numactl')
# 'audit'
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc')
+makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi')
optdepends=('bridge-utils: for briged networking (default)'
'dnsmasq: for NAT/DHCP for guests'
'openbsd-netcat: for remote management over ssh'
'qemu'
'radvd'
'dmidecode'
- 'ebtables'
+ 'ebtables: for networking'
'pm-utils: host power management')
options=('emptydirs')
backup=('etc/conf.d/libvirt-guests'
@@ -93,7 +93,7 @@ build() {
--with-storage-lvm --without-xen --with-udev --without-hal --disable-static \
--with-init-script=systemd \
--with-qemu-user=nobody --with-qemu-group=nobody \
- --without-netcf --with-interface --with-lxc
+ --without-netcf --with-interface --with-lxc --with-storage-iscsi
# --with-audit
make
}