From 804ecaa7d0d1a3922b9c5e6adc288022ba4a0d7f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 5 Jun 2020 18:24:53 +0200 Subject: community/libvirt: forgot to patch some removal of rbd module --- community/libvirt/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'community') diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index feee7dae..379bcb8f 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -5,3 +5,10 @@ makedepends=(${makedepends[@]/ceph-libs/}) # remove qemu-rdb (configure doesn't see rdb, does it depend on ceph?) pkgname=(${pkgname[@]/libvirt-storage-rbd/}) unset -f 'libvirt-storage-rbd' + +eval "$( + declare -f package_libvirt | \ + sed ' + s/libvirt_storage_backend_{rbd,gluster}.so/libvirt_storage_backend_gluster.so/ + ' +)" -- cgit v1.2.3