mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libvirt to 10.0.0-1
This commit is contained in:
parent
d5220a2fe4
commit
73eefaf30f
2 changed files with 9 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = libvirt
|
||||
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
|
||||
pkgver = 9.10.0
|
||||
pkgver = 10.0.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://libvirt.org/
|
||||
|
@ -15,7 +15,6 @@ pkgbase = libvirt
|
|||
makedepends = libiscsi
|
||||
makedepends = glusterfs
|
||||
makedepends = bash-completion
|
||||
makedepends = rpcsvc-proto
|
||||
makedepends = dnsmasq
|
||||
makedepends = iproute2
|
||||
makedepends = qemu-base
|
||||
|
@ -91,14 +90,14 @@ pkgbase = libvirt
|
|||
backup = etc/logrotate.d/libvirtd.lxc
|
||||
backup = etc/logrotate.d/libvirtd.qemu
|
||||
backup = etc/sasl2/libvirt.conf
|
||||
source = https://libvirt.org/sources/libvirt-9.10.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-9.10.0.tar.xz.asc
|
||||
source = https://libvirt.org/sources/libvirt-10.0.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-10.0.0.tar.xz.asc
|
||||
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
|
||||
sha256sums = 1060afc0e85a84c579bcdc91cfaf6d471918f97a780f04c5260a034ff7db7519
|
||||
sha256sums = 8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = libvirt
|
||||
provides = libvirt=9.10.0
|
||||
provides = libvirt=10.0.0
|
||||
provides = libvirt.so
|
||||
provides = libvirt-admin.so
|
||||
provides = libvirt-lxc.so
|
||||
|
@ -106,14 +105,14 @@ pkgname = libvirt
|
|||
|
||||
pkgname = libvirt-storage-gluster
|
||||
pkgdesc = Libvirt Gluster storage backend
|
||||
depends = libvirt=9.10.0
|
||||
depends = libvirt=10.0.0
|
||||
depends = glusterfs
|
||||
optdepends =
|
||||
backup =
|
||||
|
||||
pkgname = libvirt-storage-iscsi-direct
|
||||
pkgdesc = Libvirt iSCSI-direct storage backend
|
||||
depends = libvirt=9.10.0
|
||||
depends = libvirt=10.0.0
|
||||
depends = libiscsi
|
||||
optdepends =
|
||||
backup =
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=9.10.0
|
||||
pkgver=10.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
|
@ -85,7 +85,7 @@ backup=(
|
|||
source=(
|
||||
"https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
)
|
||||
sha256sums=('1060afc0e85a84c579bcdc91cfaf6d471918f97a780f04c5260a034ff7db7519'
|
||||
sha256sums=('8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a'
|
||||
'SKIP')
|
||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||
|
||||
|
|
Loading…
Reference in a new issue