From 40bb40ea2e939538705e73e665da12b01936feed Mon Sep 17 00:00:00 2001 From: Dmitry Gerasimov Date: Fri, 18 Jun 2021 18:44:05 +0300 Subject: [PATCH] [sailjail] Fix missing privileged group on executable. JB#54742 "privileged" group must be available before package installation to be able to make executable owned by this group. --- rpm/sailjail.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/sailjail.spec b/rpm/sailjail.spec index 4332145..ec7bfa1 100644 --- a/rpm/sailjail.spec +++ b/rpm/sailjail.spec @@ -17,6 +17,7 @@ Requires: xdg-dbus-proxy Provides: sailjail-launch-approval %endif Requires: sailjail-permissions +Requires(pre): sailfish-setup Requires: glib2 >= %{glib_version} Requires: libglibutil >= %{libglibutil_version}