mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/libvirt to 4.3.0-1
This commit is contained in:
parent
64c91917a5
commit
778f622a00
1 changed files with 6 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
# - removed qemu makedepend
|
||||
|
||||
pkgname=libvirt
|
||||
pkgver=4.2.0
|
||||
pkgver=4.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
|
@ -17,7 +17,7 @@ url="http://libvirt.org/"
|
|||
license=('LGPL')
|
||||
makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
|
||||
'libiscsi' 'open-iscsi' 'perl-xml-xpath' 'libxslt'
|
||||
'glusterfs' 'netcf' 'yajl' 'libx11' 'libpciaccess')
|
||||
'glusterfs' 'netcf' 'yajl' 'libx11' 'libpciaccess' 'parted')
|
||||
options=('emptydirs')
|
||||
validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
|
||||
source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
||||
|
@ -25,7 +25,7 @@ source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
|
|||
'libvirtd-guests.conf.d'
|
||||
'libvirt.sysusers.d')
|
||||
# "ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac")
|
||||
sha512sums=('ced3a7408e95f1663deec03b095780d0f805126506a064a11063d1f313f923eb0ff0ea95f99826514d8cb4e51c850f6f02904e06e5ef8106c38898a0cfe7f9ed'
|
||||
sha512sums=('cc61497121931019a8cc3fa8234d7cf95b0f0e1d77ab6fcd089db92759617b099eb83c57aa91768ae6ccf92c345cf72e1d9b202acb5132a159476fb86f1a6999'
|
||||
'SKIP'
|
||||
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
|
||||
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
|
||||
|
@ -64,7 +64,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
|
||||
}
|
||||
|
@ -80,7 +80,8 @@ package_libvirt() {
|
|||
'bridge-utils: for bridged networking'
|
||||
'netcat: for remote management over ssh'
|
||||
'radvd'
|
||||
'dmidecode')
|
||||
'dmidecode'
|
||||
'parted')
|
||||
backup=('etc/conf.d/libvirt-guests'
|
||||
'etc/conf.d/libvirtd'
|
||||
'etc/libvirt/libvirt.conf'
|
||||
|
|
Loading…
Reference in a new issue