Hello community, here is the log from the commit of package chrony for openSUSE:Factory checked in at 2019-03-22 14:55:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chrony (Old) and /work/SRC/openSUSE:Factory/.chrony.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chrony" Fri Mar 22 14:55:39 2019 rev:19 rq:687330 version:3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/chrony/chrony.changes 2019-03-13 09:06:57.503437964 +0100 +++ /work/SRC/openSUSE:Factory/.chrony.new.25356/chrony.changes 2019-03-22 14:55:45.290011378 +0100 @@ -1,0 +2,9 @@ +Thu Mar 21 13:35:20 UTC 2019 - Reinhard Max <[email protected]> + +- 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 [email protected] + (bsc#1128846). + +------------------------------------------------------------------- New: ---- chrony-service-ordering.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chrony.spec ++++++ --- /var/tmp/diff_new_pack.a7MVG2/_old 2019-03-22 14:55:47.634010002 +0100 +++ /var/tmp/diff_new_pack.a7MVG2/_new 2019-03-22 14:55:47.678009976 +0100 @@ -45,6 +45,7 @@ # Add NTP servers from DHCP when starting service Patch1: chrony-service-helper.patch Patch2: chrony-logrotate.patch +Patch3: chrony-service-ordering.patch BuildRequires: NetworkManager-devel BuildRequires: bison BuildRequires: gcc-c++ @@ -95,6 +96,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 # If this is an openSUSE build, use our vendor zone # (2.*pool.ntp.org names include IPv6 addresses). If not ++++++ [email protected] ++++++ --- /var/tmp/diff_new_pack.a7MVG2/_old 2019-03-22 14:55:48.258009636 +0100 +++ /var/tmp/diff_new_pack.a7MVG2/_new 2019-03-22 14:55:48.274009627 +0100 @@ -5,4 +5,4 @@ [Service] Type=oneshot -ExecStart=/usr/share/chrony-helper update-dnssrv-servers %I +ExecStart=/usr/lib/chrony/helper update-dnssrv-servers %I ++++++ chrony-service-ordering.patch ++++++ --- examples/chronyd.service.orig +++ examples/chronyd.service @@ -1,7 +1,11 @@ [Unit] Description=NTP client/server Documentation=man:chronyd(8) man:chrony.conf(5) -After=ntpdate.service sntp.service ntpd.service +After=nss-lookup.target +Wants=network.target +After=network.target +Wants=time-sync.target +Before=time-sync.target Conflicts=ntpd.service systemd-timesyncd.service ConditionCapability=CAP_SYS_TIME
