runtime-install: specify polkit-gnome to avoid lxpolkit and GTK2

blivet-gui-runtime requires PolicyKit-authentication-agent. If
we just let dnf pick what to satisfy that requirement with, it
picks lxpolkit, which requires gtk2. Specifying polkit-gnome
instead should I think give us a smaller footprint, its deps
seem quite small.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-09-04 17:07:44 -07:00 committed by Brian C. Lane
parent ffc49fe3c8
commit f231e915bd
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@ installpkg libblockdev-lvm-dbus
installpkg volume_key
installpkg nss-tools
## blivet-gui-runtime requires PolicyKit-authentication-agent, if we
## don't tell dnf what to pick it picks lxpolkit, which drags in gtk2
installpkg polkit-gnome
## enable swap on zram
installpkg zram-generator-defaults