commit yast2-ntp-client for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-ntp-client for openSUSE:Factory checked in at 2015-11-04 15:30:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old) and /work/SRC/openSUSE:Factory/.yast2-ntp-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-ntp-client" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes 2015-08-21 12:41:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes 2015-11-04 15:30:04.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Oct 29 12:05:53 UTC 2015 - ancor@suse.com + +- Fixed an error in the "run NTP as daemon" checkbox (bsc#952144) +- 3.1.20 + +------------------------------------------------------------------- Old: ---- yast2-ntp-client-3.1.19.tar.bz2 New: ---- yast2-ntp-client-3.1.20.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ --- /var/tmp/diff_new_pack.QPa1H3/_old 2015-11-04 15:30:05.000000000 +0100 +++ /var/tmp/diff_new_pack.QPa1H3/_new 2015-11-04 15:30:05.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.19 +Version: 3.1.20 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ ++++++ yast2-ntp-client-3.1.19.tar.bz2 -> yast2-ntp-client-3.1.20.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.19/package/yast2-ntp-client.changes new/yast2-ntp-client-3.1.20/package/yast2-ntp-client.changes --- old/yast2-ntp-client-3.1.19/package/yast2-ntp-client.changes 2015-08-18 10:45:08.000000000 +0200 +++ new/yast2-ntp-client-3.1.20/package/yast2-ntp-client.changes 2015-10-29 13:20:27.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Oct 29 12:05:53 UTC 2015 - ancor@suse.com + +- Fixed an error in the "run NTP as daemon" checkbox (bsc#952144) +- 3.1.20 + +------------------------------------------------------------------- Mon Aug 17 15:57:24 UTC 2015 - ancor@suse.com - Always use a server from pool.ntp.org as default (bnc#940881) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.19/package/yast2-ntp-client.spec new/yast2-ntp-client-3.1.20/package/yast2-ntp-client.spec --- old/yast2-ntp-client-3.1.19/package/yast2-ntp-client.spec 2015-08-18 10:45:08.000000000 +0200 +++ new/yast2-ntp-client-3.1.20/package/yast2-ntp-client.spec 2015-10-29 13:20:27.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.19 +Version: 3.1.20 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.19/src/clients/ntp-client_proposal.rb new/yast2-ntp-client-3.1.20/src/clients/ntp-client_proposal.rb --- old/yast2-ntp-client-3.1.19/src/clients/ntp-client_proposal.rb 2015-08-18 10:45:08.000000000 +0200 +++ new/yast2-ntp-client-3.1.20/src/clients/ntp-client_proposal.rb 2015-10-29 13:20:27.000000000 +0100 @@ -345,6 +345,7 @@ # server (taken from UI if empty) # servers (intended to use all of opensuse.pool.ntp.org, # but I did not have time to make it work) + # run_service (set to true if empty) # write_only (bnc#589296) # ntpdate_only (TODO rename to onetime) # return: @@ -352,7 +353,7 @@ def Write(param) ntp_servers = param["servers"] || [] ntp_server = param["server"] || "" - run_service = param["run_service"] || true + run_service = param.fetch("run_service", true) if ntp_server == "" # get the value from UI only when it wasn't given as a parameter ntp_server = UI.QueryWidget(Id(:ntp_address), :Value)
participants (1)
-
root@hilbert.suse.de