Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-ntp-client for openSUSE:Factory checked in at 2022-11-22 16:09:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old) and /work/SRC/openSUSE:Factory/.yast2-ntp-client.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ntp-client" Tue Nov 22 16:09:51 2022 rev:131 rq:1037135 version:4.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes 2022-09-27 20:13:16.253739708 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new.1597/yast2-ntp-client.changes 2022-11-22 16:09:54.717947492 +0100 @@ -1,0 +2,8 @@ +Mon Nov 21 14:40:27 UTC 2022 - Knut Anderssen <kanders...@suse.com> + +- Fix the netconfig executable path using /sbin/netconfig instead + of /usr/sbin/netconfig which is not available in SLE-15-SP5 + (bsc#1205401) +- 4.5.2 + +------------------------------------------------------------------- Old: ---- yast2-ntp-client-4.5.1.tar.bz2 New: ---- yast2-ntp-client-4.5.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ --- /var/tmp/diff_new_pack.y4izaD/_old 2022-11-22 16:09:55.237950134 +0100 +++ /var/tmp/diff_new_pack.y4izaD/_new 2022-11-22 16:09:55.245950175 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0-or-later ++++++ yast2-ntp-client-4.5.1.tar.bz2 -> yast2-ntp-client-4.5.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.5.1/package/yast2-ntp-client.changes new/yast2-ntp-client-4.5.2/package/yast2-ntp-client.changes --- old/yast2-ntp-client-4.5.1/package/yast2-ntp-client.changes 2022-09-26 11:46:28.000000000 +0200 +++ new/yast2-ntp-client-4.5.2/package/yast2-ntp-client.changes 2022-11-21 16:11:18.000000000 +0100 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Nov 21 14:40:27 UTC 2022 - Knut Anderssen <kanders...@suse.com> + +- Fix the netconfig executable path using /sbin/netconfig instead + of /usr/sbin/netconfig which is not available in SLE-15-SP5 + (bsc#1205401) +- 4.5.2 + +------------------------------------------------------------------- Wed Sep 21 13:10:17 UTC 2022 - Knut Anderssen <kanders...@suse.com> - Skip to write and update netconfig configuration when netconfig diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.5.1/package/yast2-ntp-client.spec new/yast2-ntp-client-4.5.2/package/yast2-ntp-client.spec --- old/yast2-ntp-client-4.5.1/package/yast2-ntp-client.spec 2022-09-26 11:46:28.000000000 +0200 +++ new/yast2-ntp-client-4.5.2/package/yast2-ntp-client.spec 2022-11-21 16:11:18.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.5.1 +Version: 4.5.2 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0-or-later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.5.1/src/modules/NtpClient.rb new/yast2-ntp-client-4.5.2/src/modules/NtpClient.rb --- old/yast2-ntp-client-4.5.1/src/modules/NtpClient.rb 2022-09-26 11:46:28.000000000 +0200 +++ new/yast2-ntp-client-4.5.2/src/modules/NtpClient.rb 2022-11-21 16:11:18.000000000 +0100 @@ -40,8 +40,10 @@ # The file name of systemd timer for the synchronization. TIMER_PATH = "/etc/systemd/system/#{TIMER_FILE}".freeze + # FIXME: We should avoid the use of the full path as it could be problematic with or without + # usr-merge (bsc#1205401) # @return [String] Netconfig executable - NETCONFIG_PATH = "/usr/sbin/netconfig".freeze + NETCONFIG_PATH = "/sbin/netconfig".freeze UNSUPPORTED_AUTOYAST_OPTIONS = [ "configure_dhcp",