community/libvirt to 8.5.0-2

This commit is contained in:
Kevin Mihelich 2022-07-09 12:45:57 +00:00
parent a4fd9d1d52
commit 727841296d

View file

@ -10,8 +10,8 @@
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
epoch=1
pkgver=8.4.0
pkgrel=1
pkgver=8.5.0
pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('x86_64')
url="https://libvirt.org/"
@ -84,7 +84,7 @@ backup=(
)
options=(debug)
source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc})
sha256sums=('601a6e9bb03a43d05659f63e4a403df253ab0975b4a973f10a5607f3bbc018dd'
sha256sums=('401e99b5e1b83de39a86347e091a85eb4dba82a87053dfcb5aa250328f97db62'
'SKIP')
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
@ -94,6 +94,7 @@ prepare() {
sed -i 's|/sysconfig/|/conf.d/|g' \
src/remote/libvirtd.service.in \
tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
docs/manpages/libvirt-guests.rst \
src/locking/virtlockd.service.in \
src/logging/virtlogd.service.in
sed -i 's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \