- Change dependency from polkit to /usr/bin/pkexec: pkexec has been
split out of polkit. Requiring the explicit capability seems better here than having to worry what package carries the binary. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=392
This commit is contained in:
parent
4833d9e885
commit
93379ee901
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 3 12:53:21 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Change dependency from polkit to /usr/bin/pkexec: pkexec has been
|
||||||
|
split out of polkit. Requiring the explicit capability seems
|
||||||
|
better here than having to worry what package carries the binary.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 1 09:02:14 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Jun 1 09:02:14 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ BuildRequires: python3-python-dbusmock
|
|||||||
#
|
#
|
||||||
Requires: gsettings-desktop-schemas
|
Requires: gsettings-desktop-schemas
|
||||||
# g-s-d uses the pkexec binary
|
# g-s-d uses the pkexec binary
|
||||||
Requires: polkit
|
Requires: /usr/bin/pkexec
|
||||||
# For housekeeping plugin, that uses the nautilus dbus service
|
# For housekeeping plugin, that uses the nautilus dbus service
|
||||||
Recommends: nautilus
|
Recommends: nautilus
|
||||||
%if %{with wacom}
|
%if %{with wacom}
|
||||||
|
Loading…
Reference in New Issue
Block a user