Hello community, here is the log from the commit of package yast2-ntp-client for openSUSE:Leap:15.2 checked in at 2020-02-04 17:54:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/yast2-ntp-client (Old) and /work/SRC/openSUSE:Leap:15.2/.yast2-ntp-client.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ntp-client" Tue Feb 4 17:54:11 2020 rev:68 rq:768905 version:4.2.7 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/yast2-ntp-client/yast2-ntp-client.changes 2020-01-15 16:32:16.288881384 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.yast2-ntp-client.new.26092/yast2-ntp-client.changes 2020-02-04 17:54:35.452755479 +0100 @@ -1,0 +2,6 @@ +Thu Jan 23 12:58:04 UTC 2020 - Steffen Winterfeldt <[email protected]> + +- don't use /bin/systemctl compat symlink (bsc#1160890) +- 4.2.7 + +------------------------------------------------------------------- Old: ---- yast2-ntp-client-4.2.6.tar.bz2 New: ---- yast2-ntp-client-4.2.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ --- /var/tmp/diff_new_pack.dqoEsR/_old 2020-02-04 17:54:36.032755829 +0100 +++ /var/tmp/diff_new_pack.dqoEsR/_new 2020-02-04 17:54:36.036755831 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-ntp-client # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.2.6 +Version: 4.2.7 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0-or-later @@ -83,8 +83,8 @@ # jsc#SLE-9113 if [ -f /etc/cron.d/suse-ntp_synchronize ]; then /usr/bin/erb timeout=$(grep -o '[[:digit:]]\+' /etc/cron.d/suse-ntp_synchronize) /usr/share/YaST2/data/yast-timesync.timer.erb > /etc/systemd/system/yast-timesync.timer - /bin/systemctl enable yast-timesync.timer - /bin/systemctl start yast-timesync.timer + /usr/bin/systemctl enable yast-timesync.timer + /usr/bin/systemctl start yast-timesync.timer rm /etc/cron.d/suse-ntp_synchronize fi ++++++ yast2-ntp-client-4.2.6.tar.bz2 -> yast2-ntp-client-4.2.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.2.6/package/yast2-ntp-client.changes new/yast2-ntp-client-4.2.7/package/yast2-ntp-client.changes --- old/yast2-ntp-client-4.2.6/package/yast2-ntp-client.changes 2019-11-14 14:46:19.000000000 +0100 +++ new/yast2-ntp-client-4.2.7/package/yast2-ntp-client.changes 2020-01-23 14:15:51.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jan 23 12:58:04 UTC 2020 - Steffen Winterfeldt <[email protected]> + +- don't use /bin/systemctl compat symlink (bsc#1160890) +- 4.2.7 + +------------------------------------------------------------------- Thu Nov 14 13:32:05 UTC 2019 - Josef Reidinger <[email protected]> - Break autoyast<->yast2-ntp-client cycle (related to changes done diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.2.6/package/yast2-ntp-client.spec new/yast2-ntp-client-4.2.7/package/yast2-ntp-client.spec --- old/yast2-ntp-client-4.2.6/package/yast2-ntp-client.spec 2019-11-14 14:46:19.000000000 +0100 +++ new/yast2-ntp-client-4.2.7/package/yast2-ntp-client.spec 2020-01-23 14:15:51.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.2.6 +Version: 4.2.7 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0-or-later @@ -83,8 +83,8 @@ # jsc#SLE-9113 if [ -f /etc/cron.d/suse-ntp_synchronize ]; then /usr/bin/erb timeout=$(grep -o '[[:digit:]]\+' /etc/cron.d/suse-ntp_synchronize) /usr/share/YaST2/data/yast-timesync.timer.erb > /etc/systemd/system/yast-timesync.timer - /bin/systemctl enable yast-timesync.timer - /bin/systemctl start yast-timesync.timer + /usr/bin/systemctl enable yast-timesync.timer + /usr/bin/systemctl start yast-timesync.timer rm /etc/cron.d/suse-ntp_synchronize fi
