Martin Pluskal 2018-12-06 07:43:49 +00:00 committed by Git OBS Bridge
parent 9391fe4476
commit 84bd393726
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
d /run/chrony 0755 chrony chrony
d /run/chrony 0750 chrony chrony

View File

@ -228,6 +228,6 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d "%{_localstatedir}/
%ghost %attr(640,chrony,chrony) %{_localstatedir}/lib/chrony/drift
%ghost %attr(640,chrony,chrony) %{_localstatedir}/lib/chrony/rtc
%dir %attr(750,chrony,chrony) %{_localstatedir}/log/chrony
%ghost %attr(0755, %{name}, %{name}) %{_rundir}/%{name}
%ghost %attr(0750, %{name}, %{name}) %{_rundir}/%{name}
%changelog