From 5338b64bf8e426a5102f56e2db536d6f3557d58edf9e6e8d30c172e7292419f9 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 21 Mar 2019 13:37:00 +0000 Subject: [PATCH] - Fix location of helper script in chrony-dnssrv@.service (bsc#1128846). OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=69 --- chrony-dnssrv@.service | 2 +- chrony.changes | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/chrony-dnssrv@.service b/chrony-dnssrv@.service index 9400c88..48a8358 100644 --- a/chrony-dnssrv@.service +++ b/chrony-dnssrv@.service @@ -5,4 +5,4 @@ Wants=network-online.target [Service] Type=oneshot -ExecStart=/usr/share/chrony-helper update-dnssrv-servers %I +ExecStart=/usr/lib/chrony/helper update-dnssrv-servers %I diff --git a/chrony.changes b/chrony.changes index d3f28fa..58ff26c 100644 --- a/chrony.changes +++ b/chrony.changes @@ -1,9 +1,11 @@ ------------------------------------------------------------------- -Tue Mar 19 11:08:11 UTC 2019 - Reinhard Max +Thu Mar 21 13:35:20 UTC 2019 - Reinhard Max - Fix ordering and dependencies of chronyd.service, so that it is started after name resolution is up (bsc#1129914). - Add chrony-service-ordering.patch +- Fix location of helper script in chrony-dnssrv@.service + (bsc#1128846). ------------------------------------------------------------------- Wed Mar 6 13:40:04 UTC 2019 - Martin Pluskal