mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libvirt to 8.5.0-2
This commit is contained in:
parent
a4fd9d1d52
commit
727841296d
1 changed files with 4 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgver=8.4.0
|
pkgver=8.5.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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')
|
||||||
url="https://libvirt.org/"
|
url="https://libvirt.org/"
|
||||||
|
@ -84,7 +84,7 @@ backup=(
|
||||||
)
|
)
|
||||||
options=(debug)
|
options=(debug)
|
||||||
source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc})
|
source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc})
|
||||||
sha256sums=('601a6e9bb03a43d05659f63e4a403df253ab0975b4a973f10a5607f3bbc018dd'
|
sha256sums=('401e99b5e1b83de39a86347e091a85eb4dba82a87053dfcb5aa250328f97db62'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||||
|
|
||||||
|
@ -94,6 +94,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,virt-pki-validate}.in \
|
||||||
|
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
|
||||||
sed -i 's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
|
sed -i 's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
|
||||||
|
|
Loading…
Reference in a new issue