Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-packager for openSUSE:Factory checked in at 2021-04-10 15:26:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old) and /work/SRC/openSUSE:Factory/.yast2-packager.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-packager" Sat Apr 10 15:26:06 2021 rev:409 rq:883636 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes 2021-03-28 11:54:12.992109962 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-packager.new.2401/yast2-packager.changes 2021-04-10 15:26:19.614304317 +0200 @@ -1,0 +2,7 @@ +Wed Apr 7 11:06:45 UTC 2021 - David Diaz <dgonza...@suse.com> + +- Hide the abort button when the network client is called + (bsc#1183586). +- 4.4.0 + +------------------------------------------------------------------- Old: ---- yast2-packager-4.3.20.tar.bz2 New: ---- yast2-packager-4.4.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.vUetUR/_old 2021-04-10 15:26:20.302305127 +0200 +++ /var/tmp/diff_new_pack.vUetUR/_new 2021-04-10 15:26:20.306305131 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 4.3.20 +Version: 4.4.0 Release: 0 Summary: YaST2 - Package Library License: GPL-2.0-or-later ++++++ yast2-packager-4.3.20.tar.bz2 -> yast2-packager-4.4.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.3.20/.coveralls.yml new/yast2-packager-4.4.0/.coveralls.yml --- old/yast2-packager-4.3.20/.coveralls.yml 2021-03-19 15:41:17.000000000 +0100 +++ new/yast2-packager-4.4.0/.coveralls.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -service_name: travis-ci diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.3.20/package/yast2-packager.changes new/yast2-packager-4.4.0/package/yast2-packager.changes --- old/yast2-packager-4.3.20/package/yast2-packager.changes 2021-03-19 15:41:17.000000000 +0100 +++ new/yast2-packager-4.4.0/package/yast2-packager.changes 2021-04-07 16:58:18.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Apr 7 11:06:45 UTC 2021 - David Diaz <dgonza...@suse.com> + +- Hide the abort button when the network client is called + (bsc#1183586). +- 4.4.0 + +------------------------------------------------------------------- Thu Mar 18 16:33:19 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> - Do not create zypp cache symlink when running in installed diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.3.20/package/yast2-packager.spec new/yast2-packager-4.4.0/package/yast2-packager.spec --- old/yast2-packager-4.3.20/package/yast2-packager.spec 2021-03-19 15:41:17.000000000 +0100 +++ new/yast2-packager-4.4.0/package/yast2-packager.spec 2021-04-07 16:58:18.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 4.3.20 +Version: 4.4.0 Release: 0 Summary: YaST2 - Package Library License: GPL-2.0-or-later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.3.20/src/lib/y2packager/clients/inst_productsources.rb new/yast2-packager-4.4.0/src/lib/y2packager/clients/inst_productsources.rb --- old/yast2-packager-4.3.20/src/lib/y2packager/clients/inst_productsources.rb 2021-03-19 15:41:17.000000000 +0100 +++ new/yast2-packager-4.4.0/src/lib/y2packager/clients/inst_productsources.rb 2021-04-07 16:58:18.000000000 +0200 @@ -337,16 +337,12 @@ end Builtins.y2milestone("User wants to setup the network") + # Call InstLan client - netret = WFM.call( + WFM.call( "inst_lan", - [GetInstArgs.argmap.merge("skip_detection" => true)] + [GetInstArgs.argmap.merge("skip_detection" => true, "hide_abort_button" => true)] ) - - if netret == :abort - Builtins.y2milestone("Aborting the network setup") - break - end end ret diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.3.20/src/modules/SourceDialogs.rb new/yast2-packager-4.4.0/src/modules/SourceDialogs.rb --- old/yast2-packager-4.3.20/src/modules/SourceDialogs.rb 2021-03-19 15:41:17.000000000 +0100 +++ new/yast2-packager-4.4.0/src/modules/SourceDialogs.rb 2021-04-07 16:58:18.000000000 +0200 @@ -2217,7 +2217,10 @@ RefreshTypeWidgets() return nil when :network - Yast::WFM.CallFunction("inst_lan", [{ "skip_detection" => true }]) + Yast::WFM.CallFunction( + "inst_lan", + [{ "skip_detection" => true, "hide_abort_button" => true }] + ) end return nil if event["ID"] != :next && event["ID"] != :ok