Hello community, here is the log from the commit of package chrony for openSUSE:Factory checked in at 2018-04-20 17:23:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chrony (Old) and /work/SRC/openSUSE:Factory/.chrony.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chrony" Fri Apr 20 17:23:47 2018 rev:13 rq:597689 version:3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/chrony/chrony.changes 2018-04-01 17:25:28.569800603 +0200 +++ /work/SRC/openSUSE:Factory/.chrony.new/chrony.changes 2018-04-20 17:23:52.186723723 +0200 @@ -1,0 +2,6 @@ +Wed Apr 18 02:55:54 UTC 2018 - [email protected] + +- Added /etc/chrony.d/ directory to the package (bsc#1083597) + Modifed default chrony.conf to add "include /etc/chrony.d/*" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chrony.spec ++++++ --- /var/tmp/diff_new_pack.SsY0pR/_old 2018-04-20 17:23:52.834700228 +0200 +++ /var/tmp/diff_new_pack.SsY0pR/_new 2018-04-20 17:23:52.834700228 +0200 @@ -28,7 +28,7 @@ Summary: System Clock Synchronization Client and Server License: GPL-2.0-only Group: Productivity/Networking/Other -URL: http://chrony.tuxfamily.org/ +Url: http://chrony.tuxfamily.org/ Source: http://download.tuxfamily.org/chrony/chrony-%{version}.tar.gz Source2: chrony.sysconfig Source3: chrony.dhclient @@ -106,6 +106,12 @@ < examples/chrony.conf.example2 > chrony.conf %endif +cat << EOF >> chrony.conf + +# Also include any directives found in configuration files in /etc/chrony.d +include /etc/chrony.d/*.conf +EOF + touch -r examples/chrony.conf.example2 chrony.conf # regenerate the file from getdate.y @@ -131,6 +137,7 @@ %make_install install -Dpm 0644 chrony.conf \ %{buildroot}%{_sysconfdir}/chrony.conf +mkdir %{buildroot}%{_sysconfdir}/chrony.d install -Dpm 0640 examples/chrony.keys.example \ %{buildroot}%{_sysconfdir}/chrony.keys install -Dpm 0755 examples/chrony.nm-dispatcher \ @@ -193,6 +200,7 @@ %config(noreplace) %attr(0640,root,%{name}) %verify(not md5 size mtime) %{_sysconfdir}/chrony.keys %config(noreplace) %{_sysconfdir}/logrotate.d/chrony %{_sysconfdir}/NetworkManager/dispatcher.d/20-chrony +%dir %{_sysconfdir}/chrony.d/ %dir %{_sysconfdir}/dhcp/ %dir %{_sysconfdir}/dhcp/dhclient.d/ %{_sysconfdir}/dhcp/dhclient.d/chrony.sh
