From ff54831613633cfc8b319ecc1b41c81cbb19d38c Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Fri, 19 Nov 2021 23:02:54 +0100 Subject: community/polkit: make sure we create the polkitd user before installing -common Otherwise the default polkit rules get installed with the wrong uid and gid, causing problems where polkit asks for the root user password instead of your own user The regular polkit and polkit-elogind will pull in polkit-common anyway, so no need to create the user there too --- community/polkit/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/polkit/APKBUILD') diff --git a/community/polkit/APKBUILD b/community/polkit/APKBUILD index 50dbf218042..0ca4b4299c5 100644 --- a/community/polkit/APKBUILD +++ b/community/polkit/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa pkgname=polkit pkgver=0.119 -pkgrel=5 +pkgrel=6 pkgdesc="Application development toolkit for controlling system-wide privileges" url="https://www.freedesktop.org/wiki/Software/polkit/" arch="all !mips !mips64 !s390x !riscv64" # Rust @@ -28,7 +28,7 @@ makedepends=" " pkgusers="polkitd" pkggroups="polkitd" -install="$pkgname.pre-install $pkgname.pre-upgrade $pkgname-elogind.pre-install" +install="$pkgname-common.pre-install $pkgname-common.pre-upgrade" subpackages=" $pkgname-dev $pkgname-libs -- cgit v1.2.3