From 2fd403e48e5ba0f34698ab374646ac20ab5a2422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 11 May 2013 01:43:02 +0200 Subject: [PATCH] Use %{_unitdir} --- polkit.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polkit.spec b/polkit.spec index 15e9474..3d3ff46 100644 --- a/polkit.spec +++ b/polkit.spec @@ -130,7 +130,7 @@ exit 0 %{_datadir}/man/man1/* %{_datadir}/man/man8/* %{_datadir}/dbus-1/system-services/* -%{_prefix}/lib/systemd/system/polkit.service +%{_unitdir}/polkit.service %dir %{_datadir}/polkit-1/ %dir %{_datadir}/polkit-1/actions %attr(0700,polkitd,root) %dir %{_datadir}/polkit-1/rules.d @@ -165,6 +165,7 @@ exit 0 %changelog * Fri May 10 2013 Miloslav Trmač - 0.110-4 - Build with V=1 +- Use %%{_unitdir} instead of hard-coding the path - Use the new systemd macros, primarily to run (systemctl daemon-reload) Resolves: #857382