summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef8437ee38ba..88a07e4ba096 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libvirt-git
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
pkgver = 4.1.0.47.gb704d60e8
- pkgrel = 1
+ pkgrel = 2
url = http://libvirt.org/
install = libvirt.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0778bf91f243..9ce3281bb90a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libvirt-git
pkgver=4.1.0.47.gb704d60e8
-pkgrel=1
+pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@@ -113,7 +113,8 @@ build() {
--with-storage-lvm --with-udev --without-hal --disable-static \
--with-init-script=systemd \
--with-qemu-user=nobody --with-qemu-group=nobody \
- --with-netcf --with-interface --with-numad
+ --with-netcf --with-interface
+ # --with-numad
# --with-audit
make
}