Use %{_unitdir}

This commit is contained in:
Miloslav Trmač 2013-05-11 01:43:02 +02:00
parent d049388b01
commit 2fd403e48e
1 changed files with 2 additions and 1 deletions

View File

@ -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č <mitr@redhat.com> - 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