mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/libvirt to 3.1.0-1
This commit is contained in:
parent
3029c71a15
commit
0fbe4212b4
1 changed files with 10 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
# - removed qemu makedepend
|
||||
|
||||
pkgname=libvirt
|
||||
pkgver=3.0.0
|
||||
pkgver=3.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -21,18 +21,18 @@ depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
|
|||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
|
||||
'libiscsi' 'open-iscsi'
|
||||
'perl-xml-xpath' 'libxslt')
|
||||
optdepends=('bridge-utils: for bridged networking (default)'
|
||||
'dnsmasq: for NAT/DHCP for guests'
|
||||
optdepends=('ebtables: required for default NAT networking'
|
||||
'dnsmasq: required for default NAT/DHCP for guests'
|
||||
'bridge-utils: for bridged networking'
|
||||
'openbsd-netcat: for remote management over ssh'
|
||||
'qemu'
|
||||
'radvd'
|
||||
'dmidecode'
|
||||
'ebtables: for networking'
|
||||
'pm-utils: host power management')
|
||||
'dmidecode')
|
||||
options=('emptydirs')
|
||||
backup=('etc/conf.d/libvirt-guests'
|
||||
'etc/conf.d/libvirtd'
|
||||
'etc/libvirt/libvirt.conf'
|
||||
'etc/libvirt/virtlogd.conf'
|
||||
'etc/libvirt/libvirtd.conf'
|
||||
'etc/libvirt/lxc.conf'
|
||||
'etc/libvirt/nwfilter/allow-arp.xml'
|
||||
|
@ -54,7 +54,6 @@ backup=('etc/conf.d/libvirt-guests'
|
|||
'etc/libvirt/nwfilter/qemu-announce-self.xml'
|
||||
'etc/libvirt/qemu-lockd.conf'
|
||||
'etc/libvirt/qemu.conf'
|
||||
'etc/libvirt/qemu/networks/autostart/default.xml'
|
||||
'etc/libvirt/qemu/networks/default.xml'
|
||||
'etc/libvirt/virt-login-shell.conf'
|
||||
'etc/libvirt/virtlockd.conf'
|
||||
|
@ -69,7 +68,7 @@ source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz" #{,.asc}
|
|||
libvirtd.conf.d
|
||||
libvirtd-guests.conf.d
|
||||
libvirt.tmpfiles.d)
|
||||
sha256sums=('9d9d26b70e13b1b2dfde5789ed52fc4528289a37e0f158418e9746263b37175e'
|
||||
sha256sums=('7879029a0fcac4e58dbeec66f0bc77771565c4b6667212c8f6251eefb03732a9'
|
||||
'9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
|
||||
'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
|
||||
'5c26353833944db8dc97aa63843734519d6521bd8d88497d94d910ee9d3169d8')
|
||||
|
@ -108,6 +107,7 @@ build() {
|
|||
--with-init-script=systemd \
|
||||
--with-qemu-user=nobody --with-qemu-group=nobody \
|
||||
--with-netcf --with-interface --with-lxc --with-storage-iscsi
|
||||
# --with-audit
|
||||
make
|
||||
}
|
||||
|
||||
|
@ -130,4 +130,6 @@ package() {
|
|||
"$pkgdir"/var/run \
|
||||
"$pkgdir"/etc/sysconfig \
|
||||
"$pkgdir"/etc/rc.d
|
||||
|
||||
rm -f "$pkgdir"/etc/libvirt/qemu/networks/autostart/default.xml
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue