[yast-commit] [ci_new_pac] JFYI yast2-ntp-client -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-ntp-client -> sle12 ## BNC# 866313 : "NTP in Installer: Offers remote functionality, but no network is configured" (CLOSED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-ntp-client/yast2-ntp-client.changes 2014-03-05 17:45:54.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-ntp-client/yast2-ntp-client.changes 2014-03-28 14:38:06.000000000 +0100 @@ -1,0 +2,12 @@ +Fri Mar 28 13:31:07 UTC 2014 - vmoravec@suse.com + +- Fix failing testsuite +- 3.1.5 + +------------------------------------------------------------------- +Thu Mar 27 14:25:29 UTC 2014 - varkoly@suse.com + +- bnc#866313 - NTP in Installer: Offers remote functionality, but no network is configured +- 3.1.4 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-ntp-client - yast2-schema ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-ntp-client (Old) and /mounts/work_src_done/SLE12/yast2-ntp-client (BS:build ID:35137 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-ntp-client", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-ntp-client-3.1.3.tar.bz2 New: ---- yast2-ntp-client-3.1.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ --- /var/tmp/diff_new_pack.29wL7g/_old 2014-03-28 16:30:46.000000000 +0100 +++ /var/tmp/diff_new_pack.29wL7g/_new 2014-03-28 16:30:46.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.3 +Version: 3.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-ntp-client-3.1.3.tar.bz2 -> yast2-ntp-client-3.1.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.3/package/yast2-ntp-client.changes new/yast2-ntp-client-3.1.5/package/yast2-ntp-client.changes --- old/yast2-ntp-client-3.1.3/package/yast2-ntp-client.changes 2014-03-05 16:54:59.000000000 +0100 +++ new/yast2-ntp-client-3.1.5/package/yast2-ntp-client.changes 2014-03-28 14:35:00.000000000 +0100 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Fri Mar 28 13:31:07 UTC 2014 - vmoravec@suse.com + +- Fix failing testsuite +- 3.1.5 + +------------------------------------------------------------------- +Thu Mar 27 14:25:29 UTC 2014 - varkoly@suse.com + +- bnc#866313 - NTP in Installer: Offers remote functionality, but no network is configured +- 3.1.4 + +------------------------------------------------------------------- Wed Mar 5 15:18:31 UTC 2014 - varkoly@suse.com - bnc#863965 - NTP servers should be selected by timezone not keyboard layout diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.3/package/yast2-ntp-client.spec new/yast2-ntp-client-3.1.5/package/yast2-ntp-client.spec --- old/yast2-ntp-client-3.1.3/package/yast2-ntp-client.spec 2014-03-05 16:54:59.000000000 +0100 +++ new/yast2-ntp-client-3.1.5/package/yast2-ntp-client.spec 2014-03-28 14:35:00.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.3 +Version: 3.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.3/src/clients/ntp-client_proposal.rb new/yast2-ntp-client-3.1.5/src/clients/ntp-client_proposal.rb --- old/yast2-ntp-client-3.1.3/src/clients/ntp-client_proposal.rb 2014-03-05 16:54:59.000000000 +0100 +++ new/yast2-ntp-client-3.1.5/src/clients/ntp-client_proposal.rb 2014-03-28 14:35:00.000000000 +0100 @@ -123,7 +123,11 @@ def ui_enable_disable_widgets(enabled) UI.ChangeWidget(Id(:ntp_address), :Enabled, enabled) UI.ChangeWidget(Id(:run_service), :Enabled, enabled) - UI.ChangeWidget(Id(:ntp_now), :Enabled, enabled) + if !NetworkService.isNetworkRunning + UI.ChangeWidget(Id(:ntp_now), :Enabled, false) + else + UI.ChangeWidget(Id(:ntp_now), :Enabled, enabled) + end UI.ChangeWidget(Id(:ntp_save), :Enabled, enabled) if UI.WidgetExists(Id(:ntp_configure)) # bnc#483787 UI.ChangeWidget(Id(:ntp_configure), :Enabled, enabled) @@ -278,11 +282,7 @@ UI.ReplaceWidget(rp, cont) if !NetworkService.isNetworkRunning - Builtins.y2warning( - "Network is not running, NTP synchronization will not be available" - ) - # If network not running we have to be able to configure ntp nevertheless - # UI::ChangeWidget(`id(`ntp_content), `Enabled, false); // FIXME it is outside + UI.ChangeWidget(Id(:ntp_now),:Enabled,false); end # ^ createui0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.3/testsuite/tests/Read.rb new/yast2-ntp-client-3.1.5/testsuite/tests/Read.rb --- old/yast2-ntp-client-3.1.3/testsuite/tests/Read.rb 2014-03-05 16:54:59.000000000 +0100 +++ new/yast2-ntp-client-3.1.5/testsuite/tests/Read.rb 2014-03-28 14:35:00.000000000 +0100 @@ -84,7 +84,16 @@ "target" => { "string" => "", "tmpdir" => "/tmp", "size" => 0 } } @WRITE = {} - @EXEC = { "target" => { "bash_output" => {}, "bash" => 1 } } + @EXEC = { + "target" => { + "bash_output" => { + "exit" => 0, + "stdout" => "", + "stderr" => "" + } + }, + "bash" => 1 + } TESTSUITE_INIT([@READ, @WRITE, @EXEC], nil) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.3/testsuite/tests/Write.out new/yast2-ntp-client-3.1.5/testsuite/tests/Write.out --- old/yast2-ntp-client-3.1.3/testsuite/tests/Write.out 2014-03-05 16:54:59.000000000 +0100 +++ new/yast2-ntp-client-3.1.5/testsuite/tests/Write.out 2014-03-28 14:35:00.000000000 +0100 @@ -7,7 +7,5 @@ Execute .target.bash "/sbin/netconfig update -m ntp" 0 Write .sysconfig.ntp.NTPD_RUN_CHROOTED "yes" true Write .sysconfig.ntp nil true -Log Unable to disable service ntp -Log Cannot adjust 'NTP' service. Execute .target.bash "test -e /etc/cron.d/novell.ntp-synchronize && rm /etc/cron.d/novell.ntp-synchronize;" 0 Return true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.3/testsuite/tests/Write.rb new/yast2-ntp-client-3.1.5/testsuite/tests/Write.rb --- old/yast2-ntp-client-3.1.3/testsuite/tests/Write.rb 2014-03-05 16:54:59.000000000 +0100 +++ new/yast2-ntp-client-3.1.5/testsuite/tests/Write.rb 2014-03-28 14:35:00.000000000 +0100 @@ -42,7 +42,15 @@ "target" => { "string" => "", "tmpdir" => "/tmp", "size" => 0 } } @WRITE = {} - @EXEC = { "target" => { "bash_output" => {} } } + @EXEC = { + "target" => { + "bash_output" => { + "exit" => 0, + "stdout" => "", + "stderr" => "" + } + } + } TESTSUITE_INIT([@READ, @WRITE, @EXEC], nil) continue with "q"... Checked in at Fri Mar 28 16:30:53 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro