mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/libvirt to 8.2.0-2
This commit is contained in:
parent
90b946e4f0
commit
2f9daed651
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
pkgname=(libvirt libvirt-storage-gluster libvirt-storage-iscsi-direct)
|
||||
epoch=1
|
||||
pkgver=8.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('x86_64')
|
||||
url="https://libvirt.org/"
|
||||
|
@ -152,6 +152,7 @@ package_libvirt() {
|
|||
chmod 0750 "$pkgdir/usr/share/polkit-1/rules.d"
|
||||
chmod 600 "$pkgdir"/etc/libvirt/nwfilter/*.xml \
|
||||
"$pkgdir/etc/libvirt/qemu/networks/default.xml"
|
||||
chmod 700 "$pkgdir"/etc/libvirt/secrets
|
||||
|
||||
rm -rf \
|
||||
"$pkgdir/run" \
|
||||
|
|
Loading…
Reference in a new issue