Hello community, here is the log from the commit of package chrony for openSUSE:Factory checked in at 2019-10-25 18:40:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chrony (Old) and /work/SRC/openSUSE:Factory/.chrony.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chrony" Fri Oct 25 18:40:44 2019 rev:20 rq:742009 version:3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/chrony/chrony.changes 2019-03-22 14:55:45.290011378 +0100 +++ /work/SRC/openSUSE:Factory/.chrony.new.2990/chrony.changes 2019-10-25 18:40:46.263819906 +0200 @@ -1,0 +2,35 @@ +Tue Oct 22 21:18:58 UTC 2019 - Arjen de Korte <[email protected]> + +- Fix asciidoc in Tumbleweed +- Revert clknetsim to version 58c5e8b + +------------------------------------------------------------------- +Tue Oct 22 15:25:18 UTC 2019 - Arjen de Korte <[email protected]> + +- Fix incorrect download link for package signature + +------------------------------------------------------------------- +Mon Oct 21 07:57:44 UTC 2019 - Martin Pluskal <[email protected]> + +- Temporarily disable signature usage as its expired +- Update clknetsim to version ac3c832 + +------------------------------------------------------------------- +Sat Oct 19 08:27:17 UTC 2019 - Mathias Homann <[email protected]> + +- fix chrony-service-helper.patch + +------------------------------------------------------------------- +Sat Oct 19 07:22:58 UTC 2019 - Mathias Homann <[email protected]> + +- Update to 3.5: + + Add support for more accurate reading of PHC on Linux 5.0 + + Add support for hardware timestamping on interfaces with read-only timestamping configuration + + Add support for memory locking and real-time priority on FreeBSD, NetBSD, Solaris + + Update seccomp filter to work on more architectures + + Validate refclock driver options + + Fix bindaddress directive on FreeBSD + + Fix transposition of hardware RX timestamp on Linux 4.13 and later + + Fix building on non-glibc systems + +------------------------------------------------------------------- Old: ---- chrony-3.4.tar.gz chrony-3.4.tar.gz.sig New: ---- chrony-3.5.tar.gz chrony-3.5.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chrony.spec ++++++ --- /var/tmp/diff_new_pack.UMo1Vx/_old 2019-10-25 18:40:47.379820966 +0200 +++ /var/tmp/diff_new_pack.UMo1Vx/_new 2019-10-25 18:40:47.395820982 +0200 @@ -23,7 +23,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: chrony -Version: 3.4 +Version: 3.5 Release: 0 Summary: System Clock Synchronization Client and Server License: GPL-2.0-only @@ -35,7 +35,7 @@ Source4: chrony.helper Source5: [email protected] Source6: [email protected] -Source7: https://download.tuxfamily.org/chrony/chrony-3.4-tar-gz-asc.txt#/chrony-%{version}.tar.gz.sig +Source7: https://download.tuxfamily.org/chrony/chrony-%{version}-tar-gz-asc.txt#/chrony-%{version}.tar.gz.sig Source8: chrony.keyring # Simulator for test suite Source10: https://github.com/mlichvar/clknetsim/archive/%{clknetsim_ver}/clknetsim-%{clknetsim_ver}.tar.gz @@ -63,6 +63,13 @@ Requires(pre): %{_sbindir}/groupadd Requires(pre): %{_sbindir}/useradd Provides: ntp-daemon +# asciidoctor to create html docs, only available on Leap 15.0 ++ +%if 0%{?suse_version} == 1500 && 0%{?is_opensuse} && !0%{?is_backports} +BuildRequires: ruby2.5-rubygem-asciidoctor +%endif +%if %{?suse_version} >= 1550 +BuildRequires: ruby2.6-rubygem-asciidoctor +%endif %ifarch s390 s390x ppc64le BuildRequires: libseccomp-devel >= 2.2.0 %else ++++++ chrony-3.4.tar.gz -> chrony-3.5.tar.gz ++++++ ++++ 2767 lines of diff (skipped) ++++++ chrony-service-helper.patch ++++++ --- /var/tmp/diff_new_pack.UMo1Vx/_old 2019-10-25 18:40:47.731821301 +0200 +++ /var/tmp/diff_new_pack.UMo1Vx/_new 2019-10-25 18:40:47.731821301 +0200 @@ -1,10 +1,12 @@ ---- chrony-3.4/examples/chronyd.service 2018-09-19 16:38:15.000000000 +0200 -+++ chrony-3.4/examples/chronyd.service 2018-09-19 20:49:29.444128690 +0200 +diff -burNE chrony-3.5_orig/examples/chronyd.service chrony-3.5/examples/chronyd.service +--- chrony-3.5_orig/examples/chronyd.service 2019-10-19 10:20:18.421076350 +0200 ++++ chrony-3.5/examples/chronyd.service 2019-10-19 10:23:20.521233091 +0200 @@ -10,6 +10,7 @@ - PIDFile=/var/run/chrony/chronyd.pid + PIDFile=/run/chrony/chronyd.pid EnvironmentFile=-/etc/sysconfig/chronyd ExecStart=/usr/sbin/chronyd $OPTIONS +ExecStartPost=/usr/lib/chrony/helper update-daemon PrivateTmp=yes ProtectHome=yes ProtectSystem=full +
