[yast-commit] [ci_new_pac] JFYI yast2 -> 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 -> sle12 ## BNC# 868001 : "[Test Case 1377904] [316261] yast iscsi-lio-server does not detect IPv6 Network" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2/yast2.changes 2014-03-11 15:54:01.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2/yast2.changes 2014-03-13 15:32:57.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Mar 13 14:34:42 CET 2014 - gs@suse.de + +- Check IPv4 and IPv6 for running network (bnc#868001) +- 3.1.25 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2 - at least 72 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2 (Old) and /mounts/work_src_done/SLE12/yast2 (BS:build ID:34315 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-3.1.24.tar.bz2 New: ---- yast2-3.1.25.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.6gODya/_old 2014-03-14 11:47:12.000000000 +0100 +++ /var/tmp/diff_new_pack.6gODya/_new 2014-03-14 11:47:12.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 3.1.24 +Version: 3.1.25 Release: 0 URL: https://github.com/yast/yast-yast2 ++++++ yast2-3.1.24.tar.bz2 -> yast2-3.1.25.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-3.1.24/library/network/src/modules/NetworkService.rb new/yast2-3.1.25/library/network/src/modules/NetworkService.rb --- old/yast2-3.1.24/library/network/src/modules/NetworkService.rb 2014-03-11 15:09:37.000000000 +0100 +++ new/yast2-3.1.25/library/network/src/modules/NetworkService.rb 2014-03-13 15:24:33.000000000 +0100 @@ -304,9 +304,12 @@ end end + def isNetworkRunning + isNetworkv4Running || isNetworkv6Running + end # test for IPv4 - def isNetworkRunning + def isNetworkv4Running net = Convert.to_integer( SCR.Execute( path(".target.bash"), @@ -314,10 +317,10 @@ ) ) if net == 0 - Builtins.y2milestone("Network is running ...") + Builtins.y2milestone("IPv4 network is running ...") return true else - Builtins.y2milestone("Network is not running ...") + Builtins.y2milestone("IPv4 network is not running ...") return false end end @@ -330,10 +333,10 @@ ) ) if net == 0 - Builtins.y2milestone("Network is running ...") + Builtins.y2milestone("IPv6 network is running ...") return true else - Builtins.y2milestone("Network is not running ...") + Builtins.y2milestone("IPv6 network is not running ...") return false end end @@ -356,9 +359,9 @@ ), _("or continue without network.") ) - Popup.ContinueCancel(error_text) + ret = Popup.ContinueCancel(error_text) Builtins.y2error("Network not runing!") - return false + return ret end end @@ -432,6 +435,7 @@ publish :function => :StartStop, :type => "void ()" publish :function => :ConfirmNetworkManager, :type => "boolean ()" publish :function => :isNetworkRunning, :type => "boolean ()" + publish :function => :isNetworkv4Running, :type => "boolean ()" publish :function => :isNetworkv6Running, :type => "boolean ()" publish :function => :RunningNetworkPopup, :type => "boolean ()" end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-3.1.24/package/yast2.changes new/yast2-3.1.25/package/yast2.changes --- old/yast2-3.1.24/package/yast2.changes 2014-03-11 15:09:37.000000000 +0100 +++ new/yast2-3.1.25/package/yast2.changes 2014-03-13 15:24:34.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Mar 13 14:34:42 CET 2014 - gs@suse.de + +- Check IPv4 and IPv6 for running network (bnc#868001) +- 3.1.25 + +------------------------------------------------------------------- Tue Mar 11 13:41:08 UTC 2014 - vmoravec@suse.com - Adapt System.Status for latest systemctl (bnc#867378) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-3.1.24/package/yast2.spec new/yast2-3.1.25/package/yast2.spec --- old/yast2-3.1.24/package/yast2.spec 2014-03-11 15:09:37.000000000 +0100 +++ new/yast2-3.1.25/package/yast2.spec 2014-03-13 15:24:34.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 3.1.24 +Version: 3.1.25 Release: 0 URL: https://github.com/yast/yast-yast2 continue with "q"... Checked in at Fri Mar 14 11:49:32 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