Skip to content
Snippets Groups Projects
Unverified Commit 954fee66 authored by Oliver Smith's avatar Oliver Smith
Browse files

main/postmarketos-base-ui-gnome: fix polkit conflict (MR 5885)

Add polkit-elogind to _pmb_recommends, to help apk resolve the polkit
depends again. Otherwise it fails with a conflict since recent changes
in apk's dependency resolving code.

Fixes: issue 3349
[ci:skip-vercheck]: pmb_recommends change doesn't need rebuild
[ci:skip-build]: already built successfully in CI
parent d51e9093
No related branches found
No related tags found
1 merge request!5885main/postmarketos-base-ui-gnome: fix polkit conflict
Pipeline #211585 passed
......@@ -30,6 +30,8 @@ source="
options="!check"
subpackages="$pkgname-openrc"
# polkit-elogind is needed so apk can resolve polkit:
# https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/11054
_pmb_recommends="
decibels
firefox-esr
......@@ -47,6 +49,7 @@ _pmb_recommends="
loupe
nautilus
papers
polkit-elogind
snapshot
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment