[arch-commits] Commit in libvirt/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Thu Sep 1 16:07:37 UTC 2022
Date: Thursday, September 1, 2022 @ 16:07:37
Author: freswa
Revision: 1290365
upgpkg: libvirt 1:8.7.0-1
Modified:
libvirt/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 15:52:16 UTC (rev 1290364)
+++ PKGBUILD 2022-09-01 16:07:37 UTC (rev 1290365)
@@ -6,8 +6,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/"
@@ -83,13 +83,9 @@
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 at redhat.com>
prepare() {
@@ -104,9 +100,6 @@
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() {
More information about the arch-commits
mailing list