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