mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libvirt to 10.6.0-1
This commit is contained in:
parent
97f10bf19e
commit
56fc5e2822
2 changed files with 13 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = libvirt
|
||||
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
|
||||
pkgver = 10.5.0
|
||||
pkgrel = 2
|
||||
pkgver = 10.6.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://libvirt.org/
|
||||
arch = x86_64
|
||||
|
@ -47,6 +47,7 @@ pkgbase = libvirt
|
|||
backup = etc/libvirt/libvirt.conf
|
||||
backup = etc/libvirt/libvirtd.conf
|
||||
backup = etc/libvirt/lxc.conf
|
||||
backup = etc/libvirt/network.conf
|
||||
backup = etc/libvirt/nwfilter/allow-arp.xml
|
||||
backup = etc/libvirt/nwfilter/allow-dhcp-server.xml
|
||||
backup = etc/libvirt/nwfilter/allow-dhcpv6-server.xml
|
||||
|
@ -93,14 +94,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-10.5.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-10.5.0.tar.xz.asc
|
||||
source = https://libvirt.org/sources/libvirt-10.6.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-10.6.0.tar.xz.asc
|
||||
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
|
||||
sha256sums = 8e853a9c91c9029b9019cf5fdf2b5fea36d501d563e43254efc20e12c00557e8
|
||||
sha256sums = a495b2a26faca841ac0073c7dd7f60857ca81adac9047dac5f698fd75f1342cd
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = libvirt
|
||||
provides = libvirt=10.5.0
|
||||
provides = libvirt=10.6.0
|
||||
provides = libvirt.so
|
||||
provides = libvirt-admin.so
|
||||
provides = libvirt-lxc.so
|
||||
|
@ -108,14 +109,14 @@ pkgname = libvirt
|
|||
|
||||
pkgname = libvirt-storage-gluster
|
||||
pkgdesc = Libvirt Gluster storage backend
|
||||
depends = libvirt=10.5.0
|
||||
depends = libvirt=10.6.0
|
||||
depends = glusterfs
|
||||
optdepends =
|
||||
backup =
|
||||
|
||||
pkgname = libvirt-storage-iscsi-direct
|
||||
pkgdesc = Libvirt iSCSI-direct storage backend
|
||||
depends = libvirt=10.5.0
|
||||
depends = libvirt=10.6.0
|
||||
depends = libiscsi
|
||||
optdepends =
|
||||
backup =
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=10.5.0
|
||||
pkgrel=2
|
||||
pkgver=10.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
url="https://libvirt.org/"
|
||||
|
@ -38,6 +38,7 @@ backup=(
|
|||
'etc/libvirt/libvirt.conf'
|
||||
'etc/libvirt/libvirtd.conf'
|
||||
'etc/libvirt/lxc.conf'
|
||||
'etc/libvirt/network.conf'
|
||||
'etc/libvirt/nwfilter/allow-arp.xml'
|
||||
'etc/libvirt/nwfilter/allow-dhcp-server.xml'
|
||||
'etc/libvirt/nwfilter/allow-dhcpv6-server.xml'
|
||||
|
@ -88,7 +89,7 @@ backup=(
|
|||
source=(
|
||||
"https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
)
|
||||
sha256sums=('8e853a9c91c9029b9019cf5fdf2b5fea36d501d563e43254efc20e12c00557e8'
|
||||
sha256sums=('a495b2a26faca841ac0073c7dd7f60857ca81adac9047dac5f698fd75f1342cd'
|
||||
'SKIP')
|
||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||
|
||||
|
|
Loading…
Reference in a new issue