mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libvirt to 7.5.0-1
This commit is contained in:
parent
d5803cd2a7
commit
83db4ff0e0
1 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=7.3.0
|
||||
pkgver=7.5.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
|
@ -29,9 +29,11 @@ optdepends=('libvirt-storage-gluster: Gluster storage backend'
|
|||
'ebtables: required for default NAT networking'
|
||||
'lvm2: Logical Volume Manager support'
|
||||
'open-iscsi: iSCSI support via iscsiadm')
|
||||
|
||||
backup=(
|
||||
'etc/conf.d/libvirtd'
|
||||
'etc/conf.d/libvirt-guests'
|
||||
'etc/conf.d/virtchd'
|
||||
'etc/conf.d/virtinterfaced'
|
||||
'etc/conf.d/virtlockd'
|
||||
'etc/conf.d/virtlogd'
|
||||
|
@ -75,6 +77,7 @@ backup=(
|
|||
'etc/libvirt/qemu.conf'
|
||||
'etc/libvirt/qemu-lockd.conf'
|
||||
'etc/libvirt/qemu/networks/default.xml'
|
||||
'etc/libvirt/virtchd.conf'
|
||||
'etc/libvirt/virtinterfaced.conf'
|
||||
'etc/libvirt/virtlockd.conf'
|
||||
'etc/libvirt/virtlogd.conf'
|
||||
|
@ -95,7 +98,7 @@ backup=(
|
|||
)
|
||||
source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
"find_programs.ini")
|
||||
sha256sums=('27bdbb85c0301475ab1f2ecd185c629ea0bfd5512bef3f6f1817b6c55d1dc1be'
|
||||
sha256sums=('90107b49032c2f3022c84076c649135187fbc70c8efd16427c6c4b6d613c2895'
|
||||
'SKIP'
|
||||
'735ac805fbf06021418f82297845babf481d5681bd939a6994fbdf36fe1661e4')
|
||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||
|
@ -126,12 +129,14 @@ build() {
|
|||
-Dnetcf=disabled \
|
||||
-Dopenwsman=disabled \
|
||||
-Dapparmor=disabled \
|
||||
-Dapparmor_profiles=disabled \
|
||||
-Dselinux=disabled \
|
||||
-Dwireshark_dissector=disabled \
|
||||
-Ddriver_bhyve=disabled \
|
||||
-Ddriver_hyperv=disabled \
|
||||
-Ddriver_libxl=disabled \
|
||||
-Ddriver_vz=disabled \
|
||||
-Dsanlock=disabled \
|
||||
-Dsecdriver_apparmor=disabled \
|
||||
-Dsecdriver_selinux=disabled \
|
||||
-Dstorage_sheepdog=disabled \
|
||||
|
|
Loading…
Reference in a new issue