Date: Monday, April 6, 2020 @ 16:20:56 Author: mtorromeo Revision: 612061
upgpkg: libvirt-dbus 1.3.0-2: Installed missing libvirtdbus user Modified: libvirt-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-06 16:20:37 UTC (rev 612060) +++ PKGBUILD 2020-04-06 16:20:56 UTC (rev 612061) @@ -2,7 +2,7 @@ pkgname=libvirt-dbus pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Wrapper around libvirt API to provide a high-level object-oriented API better suited for dbus-based applications" arch=('x86_64') url="https://libvirt.org/dbus.html" @@ -32,4 +32,9 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install + + chmod 750 "${pkgdir}/usr/share/polkit-1/rules.d" + + install -dm0755 "${pkgdir}/usr/lib/sysusers.d" + echo "u libvirtdbus - -" > "${pkgdir}/usr/lib/sysusers.d/libvirtdbus.conf" }