mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libvirt to 10.7.0-1
This commit is contained in:
parent
54ce2c44e8
commit
4623240094
2 changed files with 69 additions and 44 deletions
|
@ -1,47 +1,48 @@
|
|||
pkgbase = libvirt
|
||||
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
|
||||
pkgver = 10.6.0
|
||||
pkgver = 10.7.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://libvirt.org/
|
||||
arch = x86_64
|
||||
license = LGPL-2.1-or-later
|
||||
license = GPL-3.0-or-later
|
||||
makedepends = meson
|
||||
makedepends = libxslt
|
||||
makedepends = python-docutils
|
||||
makedepends = lvm2
|
||||
makedepends = open-iscsi
|
||||
makedepends = libiscsi
|
||||
makedepends = glusterfs
|
||||
makedepends = bash-completion
|
||||
makedepends = dnsmasq
|
||||
makedepends = glusterfs
|
||||
makedepends = iproute2
|
||||
makedepends = libiscsi
|
||||
makedepends = libxslt
|
||||
makedepends = lvm2
|
||||
makedepends = meson
|
||||
makedepends = open-iscsi
|
||||
makedepends = python-docutils
|
||||
makedepends = qemu-base
|
||||
depends = libpciaccess
|
||||
depends = yajl
|
||||
makedepends = systemd
|
||||
depends = fuse3
|
||||
depends = gnutls
|
||||
depends = parted
|
||||
depends = libnbd
|
||||
depends = libnl
|
||||
depends = libpciaccess
|
||||
depends = libssh
|
||||
depends = libxml2
|
||||
depends = numactl
|
||||
depends = parted
|
||||
depends = polkit
|
||||
depends = libnbd
|
||||
depends = libnl
|
||||
optdepends = libvirt-storage-gluster: Gluster storage backend
|
||||
optdepends = libvirt-storage-iscsi-direct: iSCSI-direct storage backend
|
||||
optdepends = gettext: required for libvirt-guests.service
|
||||
optdepends = openbsd-netcat: for remote management over ssh
|
||||
depends = yajl
|
||||
optdepends = dmidecode: DMI system info support
|
||||
optdepends = dnsmasq: required for default NAT/DHCP for guests
|
||||
optdepends = radvd: IPv6 RAD support
|
||||
optdepends = gettext: required for libvirt-guests.service
|
||||
optdepends = iptables-nft: required for default NAT networking
|
||||
optdepends = libvirt-storage-gluster: Gluster storage backend
|
||||
optdepends = libvirt-storage-iscsi-direct: iSCSI-direct storage backend
|
||||
optdepends = lvm2: Logical Volume Manager support
|
||||
optdepends = openbsd-netcat: for remote management over ssh
|
||||
optdepends = open-iscsi: iSCSI support via iscsiadm
|
||||
optdepends = qemu-base: QEMU/KVM support
|
||||
optdepends = qemu-desktop: QEMU/KVM desktop support
|
||||
optdepends = qemu-emulators-full: Support of additional QEMU architectures
|
||||
optdepends = lvm2: Logical Volume Manager support
|
||||
optdepends = open-iscsi: iSCSI support via iscsiadm
|
||||
optdepends = radvd: IPv6 RAD support
|
||||
optdepends = swtpm: TPM emulator support
|
||||
backup = etc/libvirt/libvirt-admin.conf
|
||||
backup = etc/libvirt/libvirt.conf
|
||||
|
@ -94,14 +95,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.6.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-10.6.0.tar.xz.asc
|
||||
source = https://libvirt.org/sources/libvirt-10.7.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-10.7.0.tar.xz.asc
|
||||
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
|
||||
sha256sums = a495b2a26faca841ac0073c7dd7f60857ca81adac9047dac5f698fd75f1342cd
|
||||
sha256sums = ca757322eed998013b21f474c6c0c15dc08320ba6c8bae54aa16a93a1c3b7054
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = libvirt
|
||||
provides = libvirt=10.6.0
|
||||
provides = libvirt=10.7.0
|
||||
provides = libvirt.so
|
||||
provides = libvirt-admin.so
|
||||
provides = libvirt-lxc.so
|
||||
|
@ -109,14 +110,14 @@ pkgname = libvirt
|
|||
|
||||
pkgname = libvirt-storage-gluster
|
||||
pkgdesc = Libvirt Gluster storage backend
|
||||
depends = libvirt=10.6.0
|
||||
depends = libvirt=10.7.0
|
||||
depends = glusterfs
|
||||
optdepends =
|
||||
backup =
|
||||
|
||||
pkgname = libvirt-storage-iscsi-direct
|
||||
pkgdesc = Libvirt iSCSI-direct storage backend
|
||||
depends = libvirt=10.6.0
|
||||
depends = libvirt=10.7.0
|
||||
depends = libiscsi
|
||||
optdepends =
|
||||
backup =
|
||||
|
|
|
@ -5,33 +5,57 @@
|
|||
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed qemu makedepend
|
||||
# - removed qemu-base makedepend
|
||||
# - removed qemu-base, qemu-desktop, qemu-emulators-full optdepends
|
||||
|
||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=10.6.0
|
||||
pkgver=10.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
url="https://libvirt.org/"
|
||||
license=('LGPL-2.1-or-later'
|
||||
'GPL-3.0-or-later') # libvirt_parthelper links to libparted
|
||||
depends=('libpciaccess' 'yajl' 'fuse3' 'gnutls' 'parted' 'libssh' 'libxml2'
|
||||
'numactl' 'polkit' 'libnbd' 'libnl')
|
||||
makedepends=('meson' 'libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'libiscsi' 'glusterfs'
|
||||
'bash-completion' 'dnsmasq' 'iproute2')
|
||||
optdepends=('libvirt-storage-gluster: Gluster storage backend'
|
||||
'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
|
||||
'gettext: required for libvirt-guests.service'
|
||||
'openbsd-netcat: for remote management over ssh'
|
||||
'dmidecode: DMI system info support'
|
||||
'dnsmasq: required for default NAT/DHCP for guests'
|
||||
'radvd: IPv6 RAD support'
|
||||
'iptables-nft: required for default NAT networking'
|
||||
'lvm2: Logical Volume Manager support'
|
||||
'open-iscsi: iSCSI support via iscsiadm'
|
||||
'swtpm: TPM emulator support')
|
||||
depends=(
|
||||
'fuse3'
|
||||
'gnutls'
|
||||
'libnbd'
|
||||
'libnl'
|
||||
'libpciaccess'
|
||||
'libssh'
|
||||
'libxml2'
|
||||
'numactl'
|
||||
'parted'
|
||||
'polkit'
|
||||
'yajl'
|
||||
)
|
||||
makedepends=(
|
||||
'bash-completion'
|
||||
'dnsmasq'
|
||||
'glusterfs'
|
||||
'iproute2'
|
||||
'libiscsi'
|
||||
'libxslt'
|
||||
'lvm2'
|
||||
'meson'
|
||||
'open-iscsi'
|
||||
'python-docutils'
|
||||
'systemd'
|
||||
)
|
||||
optdepends=(
|
||||
'dmidecode: DMI system info support'
|
||||
'dnsmasq: required for default NAT/DHCP for guests'
|
||||
'gettext: required for libvirt-guests.service'
|
||||
'iptables-nft: required for default NAT networking'
|
||||
'libvirt-storage-gluster: Gluster storage backend'
|
||||
'libvirt-storage-iscsi-direct: iSCSI-direct storage backend'
|
||||
'lvm2: Logical Volume Manager support'
|
||||
'openbsd-netcat: for remote management over ssh'
|
||||
'open-iscsi: iSCSI support via iscsiadm'
|
||||
'radvd: IPv6 RAD support'
|
||||
'swtpm: TPM emulator support'
|
||||
)
|
||||
|
||||
backup=(
|
||||
'etc/libvirt/libvirt-admin.conf'
|
||||
|
@ -89,7 +113,7 @@ backup=(
|
|||
source=(
|
||||
"https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
)
|
||||
sha256sums=('a495b2a26faca841ac0073c7dd7f60857ca81adac9047dac5f698fd75f1342cd'
|
||||
sha256sums=('ca757322eed998013b21f474c6c0c15dc08320ba6c8bae54aa16a93a1c3b7054'
|
||||
'SKIP')
|
||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||
|
||||
|
|
Loading…
Reference in a new issue