[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# 870622 : "Build0224: Network configuration button does not open network configuration dialog" (REOPENED/) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-network/yast2-network.changes 2014-03-28 12:01:24.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-network/yast2-network.changes 2014-03-28 14:22:44.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Mar 28 12:12:58 UTC 2014 - mfilka@suse.com + +- bnc#870622 + - opening network configuration dialogue on user's request works +- 3.1.40 + +------------------------------------------------------------------- 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:35134 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-network", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-network-3.1.39.tar.bz2 New: ---- yast2-network-3.1.40.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-network.spec ++++++ --- /var/tmp/diff_new_pack.OLiska/_old 2014-03-28 16:30:10.000000000 +0100 +++ /var/tmp/diff_new_pack.OLiska/_new 2014-03-28 16:30:10.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.39 +Version: 3.1.40 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-network-3.1.39.tar.bz2 -> yast2-network-3.1.40.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.39/package/yast2-network.changes new/yast2-network-3.1.40/package/yast2-network.changes --- old/yast2-network-3.1.39/package/yast2-network.changes 2014-03-27 14:34:18.000000000 +0100 +++ new/yast2-network-3.1.40/package/yast2-network.changes 2014-03-28 14:18:29.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Mar 28 12:12:58 UTC 2014 - mfilka@suse.com + +- bnc#870622 + - opening network configuration dialogue on user's request works +- 3.1.40 + +------------------------------------------------------------------- Thu Mar 27 08:11:59 UTC 2014 - mfilka@suse.com - bnc#869776 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.39/package/yast2-network.spec new/yast2-network-3.1.40/package/yast2-network.spec --- old/yast2-network-3.1.39/package/yast2-network.spec 2014-03-27 14:34:18.000000000 +0100 +++ new/yast2-network-3.1.40/package/yast2-network.spec 2014-03-28 14:18:29.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.39 +Version: 3.1.40 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-network-3.1.39/src/clients/inst_lan.rb new/yast2-network-3.1.40/src/clients/inst_lan.rb --- old/yast2-network-3.1.39/src/clients/inst_lan.rb 2014-03-27 14:34:18.000000000 +0100 +++ new/yast2-network-3.1.40/src/clients/inst_lan.rb 2014-03-28 14:18:29.000000000 +0100 @@ -48,6 +48,9 @@ Yast.include self, "network/lan/cmdline.rb" Yast.include self, "network/lan/wizards.rb" + manual_conf_request = GetInstArgs.argmap["skip_detection"] || false + log_info("Lan module forces manual configuration: #{manual_conf_request}") + # keep network configuration state in @@conf_net to gurantee same # behavior when walking :back in installation workflow if !defined?(@@network_configured) @@ -56,7 +59,7 @@ log.info("Configured network found: #{@@network_configured}") - if @@network_configured + if @@network_configured && !manual_conf_request ret = GetInstArgs.going_back ? :back : :next else ret = LanSequence() continue with "q"... Checked in at Fri Mar 28 16:30:31 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