[yast-commit] [ci_new_pac] JFYI yast2-network -> 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-network -> sle12 ## BNC# 868436 : "Calling yast moduke "inst_lan" has failed" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-network/yast2-network.changes 2014-03-12 16:59:35.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-network/yast2-network.changes 2014-03-17 08:10:01.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Mar 15 22:54:30 UTC 2014 - mfilka@suse.com + +- bnc#868436 + - fixed internal error at the begining of installation +- 3.1.34 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-network - at least 15 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-network (Old) and /mounts/work_src_done/SLE12/yast2-network (BS:build ID:34436 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-network", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-network-3.1.33.tar.bz2 New: ---- yast2-network-3.1.34.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-network.spec ++++++ --- /var/tmp/diff_new_pack.mPGmsR/_old 2014-03-17 12:26:06.000000000 +0100 +++ /var/tmp/diff_new_pack.mPGmsR/_new 2014-03-17 12:26:06.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.33 +Version: 3.1.34 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-network-3.1.33.tar.bz2 -> yast2-network-3.1.34.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.33/package/yast2-network.changes new/yast2-network-3.1.34/package/yast2-network.changes --- old/yast2-network-3.1.33/package/yast2-network.changes 2014-03-12 10:29:53.000000000 +0100 +++ new/yast2-network-3.1.34/package/yast2-network.changes 2014-03-17 08:04:23.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sat Mar 15 22:54:30 UTC 2014 - mfilka@suse.com + +- bnc#868436 + - fixed internal error at the begining of installation +- 3.1.34 + +------------------------------------------------------------------- Wed Mar 12 08:01:43 UTC 2014 - mfilka@suse.com - bnc#866827, fate#314695 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.33/package/yast2-network.spec new/yast2-network-3.1.34/package/yast2-network.spec --- old/yast2-network-3.1.33/package/yast2-network.spec 2014-03-12 10:29:53.000000000 +0100 +++ new/yast2-network-3.1.34/package/yast2-network.spec 2014-03-17 08:04:23.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.33 +Version: 3.1.34 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.33/src/clients/inst_lan.rb new/yast2-network-3.1.34/src/clients/inst_lan.rb --- old/yast2-network-3.1.33/src/clients/inst_lan.rb 2014-03-12 10:29:53.000000000 +0100 +++ new/yast2-network-3.1.34/src/clients/inst_lan.rb 2014-03-17 08:04:23.000000000 +0100 @@ -47,7 +47,11 @@ Yast.include self, "network/lan/cmdline.rb" Yast.include self, "network/lan/wizards.rb" - ret = LanSequence() + conf_net = LanItems.Items.keys.any? { |i| LanItems.IsItemConfigured(i) } + + log.info("Configured network found: #{conf_net}") + + ret = !conf_net ? LanSequence() : :next log.info("Lan module finished, ret = #{ret}") log.info("----------------------------------------") @@ -56,13 +60,5 @@ end end - conf_net = LanItems.Items.keys.any? { |i| LanItems.IsItemConfigured(i) } - - log.info("Configured network found: #{conf_net}") - - if !conf_net - Yast::InstLanClient.new.main - else - :next - end + Yast::InstLanClient.new.main end continue with "q"... Checked in at Mon Mar 17 12:26:16 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