mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libvirt to 10.8.0-1
This commit is contained in:
parent
5c52e02057
commit
9069846a85
2 changed files with 12 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = libvirt
|
||||
pkgdesc = API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
|
||||
pkgver = 10.7.0
|
||||
pkgrel = 2
|
||||
pkgver = 10.8.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://libvirt.org/
|
||||
arch = x86_64
|
||||
|
@ -95,16 +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.7.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-10.7.0.tar.xz.asc
|
||||
source = fix-uuid.patch::https://gitlab.com/libvirt/libvirt/-/commit/008214842011d77fa4feda8d1ff586d29791f8ab.patch
|
||||
source = https://libvirt.org/sources/libvirt-10.8.0.tar.xz
|
||||
source = https://libvirt.org/sources/libvirt-10.8.0.tar.xz.asc
|
||||
validpgpkeys = 453B65310595562855471199CA68BE8010084C9C
|
||||
sha256sums = ca757322eed998013b21f474c6c0c15dc08320ba6c8bae54aa16a93a1c3b7054
|
||||
sha256sums = 57e3e8238d31a197f1b26b958bd2be71f99f271a822132afa66f70b7c2100984
|
||||
sha256sums = SKIP
|
||||
sha256sums = c814c9233718c92324ba150f32892b3174d970940e8eb2f7098f989bb4aa8953
|
||||
|
||||
pkgname = libvirt
|
||||
provides = libvirt=10.7.0
|
||||
provides = libvirt=10.8.0
|
||||
provides = libvirt.so
|
||||
provides = libvirt-admin.so
|
||||
provides = libvirt-lxc.so
|
||||
|
@ -112,14 +110,14 @@ pkgname = libvirt
|
|||
|
||||
pkgname = libvirt-storage-gluster
|
||||
pkgdesc = Libvirt Gluster storage backend
|
||||
depends = libvirt=10.7.0
|
||||
depends = libvirt=10.8.0
|
||||
depends = glusterfs
|
||||
optdepends =
|
||||
backup =
|
||||
|
||||
pkgname = libvirt-storage-iscsi-direct
|
||||
pkgdesc = Libvirt iSCSI-direct storage backend
|
||||
depends = libvirt=10.7.0
|
||||
depends = libvirt=10.8.0
|
||||
depends = libiscsi
|
||||
optdepends =
|
||||
backup =
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=10.7.0
|
||||
pkgrel=2
|
||||
pkgver=10.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
url="https://libvirt.org/"
|
||||
|
@ -112,18 +112,13 @@ backup=(
|
|||
)
|
||||
source=(
|
||||
"https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
"fix-uuid.patch::https://gitlab.com/libvirt/libvirt/-/commit/008214842011d77fa4feda8d1ff586d29791f8ab.patch"
|
||||
)
|
||||
sha256sums=('ca757322eed998013b21f474c6c0c15dc08320ba6c8bae54aa16a93a1c3b7054'
|
||||
'SKIP'
|
||||
'c814c9233718c92324ba150f32892b3174d970940e8eb2f7098f989bb4aa8953')
|
||||
sha256sums=('57e3e8238d31a197f1b26b958bd2be71f99f271a822132afa66f70b7c2100984'
|
||||
'SKIP')
|
||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
patch -Np1 < ../fix-uuid.patch
|
||||
|
||||
sed -i 's|/sysconfig/|/conf.d/|g' \
|
||||
src/remote/libvirtd.service.in \
|
||||
tools/{libvirt-guests.service,libvirt-guests.sh}.in \
|
||||
|
|
Loading…
Reference in a new issue