mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libvirt to 10.5.0-1
This commit is contained in:
parent
4651a2c135
commit
6d9aa055e4
2 changed files with 13 additions and 11 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 = 10.4.0
|
pkgver = 10.5.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://libvirt.org/
|
url = https://libvirt.org/
|
||||||
|
@ -37,7 +37,8 @@ pkgbase = libvirt
|
||||||
optdepends = dnsmasq: required for default NAT/DHCP for guests
|
optdepends = dnsmasq: required for default NAT/DHCP for guests
|
||||||
optdepends = radvd: IPv6 RAD support
|
optdepends = radvd: IPv6 RAD support
|
||||||
optdepends = iptables-nft: required for default NAT networking
|
optdepends = iptables-nft: required for default NAT networking
|
||||||
optdepends = qemu-desktop: QEMU/KVM support
|
optdepends = qemu-base: QEMU/KVM support
|
||||||
|
optdepends = qemu-desktop: QEMU/KVM desktop support
|
||||||
optdepends = qemu-emulators-full: Support of additional QEMU architectures
|
optdepends = qemu-emulators-full: Support of additional QEMU architectures
|
||||||
optdepends = lvm2: Logical Volume Manager support
|
optdepends = lvm2: Logical Volume Manager support
|
||||||
optdepends = open-iscsi: iSCSI support via iscsiadm
|
optdepends = open-iscsi: iSCSI support via iscsiadm
|
||||||
|
@ -91,14 +92,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-10.4.0.tar.xz
|
source = https://libvirt.org/sources/libvirt-10.5.0.tar.xz
|
||||||
source = https://libvirt.org/sources/libvirt-10.4.0.tar.xz.asc
|
source = https://libvirt.org/sources/libvirt-10.5.0.tar.xz.asc
|
||||||
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
|
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
|
||||||
sha256sums = d1308be98da418ce463f0d9e4ac28a94b1a859364db3bb078d6e153dc587efe4
|
sha256sums = 8e853a9c91c9029b9019cf5fdf2b5fea36d501d563e43254efc20e12c00557e8
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = libvirt
|
pkgname = libvirt
|
||||||
provides = libvirt=10.4.0
|
provides = libvirt=10.5.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 +107,14 @@ pkgname = libvirt
|
||||||
|
|
||||||
pkgname = libvirt-storage-gluster
|
pkgname = libvirt-storage-gluster
|
||||||
pkgdesc = Libvirt Gluster storage backend
|
pkgdesc = Libvirt Gluster storage backend
|
||||||
depends = libvirt=10.4.0
|
depends = libvirt=10.5.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=10.4.0
|
depends = libvirt=10.5.0
|
||||||
depends = libiscsi
|
depends = libiscsi
|
||||||
optdepends =
|
optdepends =
|
||||||
backup =
|
backup =
|
||||||
|
|
|
@ -6,10 +6,11 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - removed qemu makedepend
|
# - removed qemu makedepend
|
||||||
|
# - removed qemu-base, qemu-desktop, qemu-emulators-full optdepends
|
||||||
|
|
||||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=10.4.0
|
pkgver=10.5.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')
|
||||||
|
@ -86,7 +87,7 @@ backup=(
|
||||||
source=(
|
source=(
|
||||||
"https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
"https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||||
)
|
)
|
||||||
sha256sums=('d1308be98da418ce463f0d9e4ac28a94b1a859364db3bb078d6e153dc587efe4'
|
sha256sums=('8e853a9c91c9029b9019cf5fdf2b5fea36d501d563e43254efc20e12c00557e8'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||||
|
|
||||||
|
@ -95,7 +96,7 @@ prepare() {
|
||||||
|
|
||||||
sed -i 's|/sysconfig/|/conf.d/|g' \
|
sed -i 's|/sysconfig/|/conf.d/|g' \
|
||||||
src/remote/libvirtd.service.in \
|
src/remote/libvirtd.service.in \
|
||||||
tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
|
tools/{libvirt-guests.service,libvirt-guests.sh}.in \
|
||||||
docs/manpages/libvirt-guests.rst \
|
docs/manpages/libvirt-guests.rst \
|
||||||
src/locking/virtlockd.service.in \
|
src/locking/virtlockd.service.in \
|
||||||
src/logging/virtlogd.service.in
|
src/logging/virtlogd.service.in
|
||||||
|
|
Loading…
Reference in a new issue