mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/libvirt to 8.7.0-1
This commit is contained in:
parent
590348300a
commit
f28b0af700
1 changed files with 4 additions and 11 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=8.6.0
|
||||
pkgrel=2
|
||||
pkgver=8.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
url="https://libvirt.org/"
|
||||
|
@ -84,13 +84,9 @@ backup=(
|
|||
options=(debug)
|
||||
source=(
|
||||
"https://libvirt.org/sources/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
glibc-2.36-lxc-fix.patch
|
||||
glibc-2.36-virfile-fix.patch
|
||||
)
|
||||
sha256sums=('a81847c43ac9ade61b6f8447c44e8ba2cc544ab49bac5c0b18a5b105f5da3ae2'
|
||||
'SKIP'
|
||||
'766b998644d29bb8ea173a5911d5afc0f8e84f1845e19a65b349dd686d85aeed'
|
||||
'5ba526edc7f486588ccde4d8a4d1b9f4afeba9517029126d981705eb16e32495')
|
||||
sha256sums=('72e63a0f27911e339afd8269c6e8b029721893940edec11e09e471944f60e538'
|
||||
'SKIP')
|
||||
validpgpkeys=('453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark <jdenemar@redhat.com>
|
||||
|
||||
prepare() {
|
||||
|
@ -105,9 +101,6 @@ prepare() {
|
|||
sed -i 's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
|
||||
src/qemu/qemu.conf.in \
|
||||
src/qemu/test_libvirtd_qemu.aug.in
|
||||
|
||||
patch -Np1 < ../glibc-2.36-lxc-fix.patch
|
||||
patch -Np1 < ../glibc-2.36-virfile-fix.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue