mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/libvirt to 7.10.0-2
This commit is contained in:
parent
70b3d33929
commit
f304b03eb3
1 changed files with 6 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
|||
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
|
||||
# Maintainer: Robin Broda <robin@broda.me>
|
||||
# Contributor: Christian Rebischke <chris.rebischke@archlinux.org>
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
|
@ -9,8 +10,8 @@
|
|||
|
||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=7.9.0
|
||||
pkgrel=1
|
||||
pkgver=7.10.0
|
||||
pkgrel=2
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
url="https://libvirt.org/"
|
||||
|
@ -96,11 +97,9 @@ backup=(
|
|||
'etc/logrotate.d/libvirtd.qemu'
|
||||
'etc/sasl2/libvirt.conf'
|
||||
)
|
||||
source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
"find_programs.ini")
|
||||
sha256sums=('829cf2b5f574279c40f0446e1168815d3f36b89710560263ca2ce70256f72e8c'
|
||||
'SKIP'
|
||||
'735ac805fbf06021418f82297845babf481d5681bd939a6994fbdf36fe1661e4')
|
||||
source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc})
|
||||
sha256sums=('cb318014af097327928c6e3d72922e3be02a3e6401247b2aa52d9ab8e0b480f9'
|
||||
'SKIP')
|
||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||
|
||||
prepare() {
|
||||
|
@ -123,7 +122,6 @@ build() {
|
|||
|
||||
arch-meson build \
|
||||
--libexecdir=lib/libvirt \
|
||||
--native-file "$srcdir"/find_programs.ini \
|
||||
-Drunstatedir=/run \
|
||||
-Dqemu_group=kvm \
|
||||
-Dnetcf=disabled \
|
||||
|
|
Loading…
Reference in a new issue