From 9391fe4476fb5a273a25d29b78f398d700d2dc79b77569ed4690f17973ee88ef Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 22 Nov 2018 09:39:42 +0000 Subject: [PATCH 1/2] - Remove discrepancies between spec file and chrony-tmpfiles (boo#1115529) OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=58 --- chrony.changes | 5 +++++ chrony.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/chrony.changes b/chrony.changes index 3c309a2..ea1d4eb 100644 --- a/chrony.changes +++ b/chrony.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 09:27:58 UTC 2018 - Martin Pluskal + +- Remove discrepancies between spec file and chrony-tmpfiles (boo#1115529) + ------------------------------------------------------------------- Thu Oct 18 10:14:08 UTC 2018 - Ismail Dönmez diff --git a/chrony.spec b/chrony.spec index a2fe0ee..43286f2 100644 --- a/chrony.spec +++ b/chrony.spec @@ -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(0750, %{name}, %{name}) %{_rundir}/%{name} +%ghost %attr(0755, %{name}, %{name}) %{_rundir}/%{name} %changelog From 84bd39372664ea217cafb1cc1fdd1f05dfc213e79f071db4209b0d425de12c6a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 6 Dec 2018 07:43:49 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=59 --- chrony-tmpfiles | 2 +- chrony.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrony-tmpfiles b/chrony-tmpfiles index 4db3879..41aa569 100644 --- a/chrony-tmpfiles +++ b/chrony-tmpfiles @@ -1 +1 @@ -d /run/chrony 0755 chrony chrony \ No newline at end of file +d /run/chrony 0750 chrony chrony diff --git a/chrony.spec b/chrony.spec index 43286f2..a2fe0ee 100644 --- a/chrony.spec +++ b/chrony.spec @@ -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