plasma-polkit-agent.service: move After= key to [Unit] section

epel9
Rex Dieter 4 years ago
parent 5555935e12
commit f957ae901b

@ -1,12 +1,17 @@
diff -up polkit-kde-agent-1-5.20.90/plasma-polkit-agent.service.in.kde431963 polkit-kde-agent-1-5.20.90/plasma-polkit-agent.service.in
--- polkit-kde-agent-1-5.20.90/plasma-polkit-agent.service.in.kde431963 2021-01-21 07:06:45.000000000 -0600
+++ polkit-kde-agent-1-5.20.90/plasma-polkit-agent.service.in 2021-01-25 14:46:10.918878347 -0600
@@ -4,7 +4,7 @@ PartOf=graphical-session.target
+++ polkit-kde-agent-1-5.20.90/plasma-polkit-agent.service.in 2021-01-25 15:30:07.142695657 -0600
@@ -1,11 +1,11 @@
[Unit]
Description=KDE PolicyKit Authentication Agent
PartOf=graphical-session.target
+After=plasma-core.target
[Service]
ExecStart=@KDE_INSTALL_FULL_LIBEXECDIR@/polkit-kde-authentication-agent-1
-BusName=org.kde.Polkit1AuthAgent
+BusName=org.kde.polkit-kde-authentication-agent-1
Slice=background.slice
After=plasma-core.target
-After=plasma-core.target
TimeoutSec=5sec
Restart=on-failure

@ -3,7 +3,7 @@
Name: polkit-kde
Summary: PolicyKit integration for KDE Desktop
Version: 5.20.90
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
URL: https://invent.kde.org/plasma/%{base_name}
@ -77,11 +77,14 @@ Provides Policy Kit Authentication Agent that nicely fits to KDE.
%changelog
* Mon Jan 25 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.20.90-4
- plasma-polkit-agent.service: move After= key to [Unit] section
* Mon Jan 25 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.20.90-3
- fix libexec dir properly
- plasma-polkit-agent.service: fix libexec dir properly
* Mon Jan 25 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.20.90-2
- fix BusName (kde#431963)
- plasma-polkit-agent.service: fix BusName (kde#431963)
- .spec cosmetics
* Thu Jan 21 2021 Jan Grulich <jgrulich@redhat.com> - 5.20.90-1

Loading…
Cancel
Save