diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 0a55876..06a3893 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -12,7 +12,7 @@ url="http://libvirt.org/" license=('LGPL') makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi' 'perl-xml-xpath' 'libxslt' 'qemu' - 'ceph-libs' 'glusterfs' 'netcf' 'yajl') + 'ceph-libs' 'glusterfs' 'netcf' 'yajl' 'parted') options=('emptydirs') validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F') source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc} @@ -59,7 +59,7 @@ build() { --with-storage-lvm --without-xen --with-udev --without-hal --disable-static \ --with-init-script=systemd --with-storage-gluster \ --with-qemu-user=nobody --with-qemu-group=kvm \ - --with-netcf --with-interface --with-lxc --with-storage-iscsi + --with-netcf --with-interface --with-lxc --with-storage-iscsi --with-storage-disk # --with-audit make } @@ -76,7 +76,8 @@ package_libvirt() { 'netcat: for remote management over ssh' 'qemu' 'radvd' - 'dmidecode') + 'dmidecode' + 'parted') backup=('etc/conf.d/libvirt-guests' 'etc/conf.d/libvirtd' 'etc/libvirt/libvirt.conf'