Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-registration for openSUSE:Factory checked in at 2021-04-10 15:26:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-registration (Old) and /work/SRC/openSUSE:Factory/.yast2-registration.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-registration" Sat Apr 10 15:26:05 2021 rev:71 rq:883635 version:4.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-registration/yast2-registration.changes 2021-03-08 15:17:53.301966421 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-registration.new.2401/yast2-registration.changes 2021-04-10 15:26:17.970302383 +0200 @@ -1,0 +2,7 @@ +Tue Apr 6 16:04:44 UTC 2021 - David Diaz <dgonza...@suse.com> + +- Hide the abort button when the network client is called + (bsc#1183586). +- 4.4.0 + +------------------------------------------------------------------- Old: ---- yast2-registration-4.3.21.tar.bz2 New: ---- yast2-registration-4.4.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-registration.spec ++++++ --- /var/tmp/diff_new_pack.OHAgJk/_old 2021-04-10 15:26:18.502303009 +0200 +++ /var/tmp/diff_new_pack.OHAgJk/_new 2021-04-10 15:26:18.506303014 +0200 @@ -17,7 +17,7 @@ Name: yast2-registration -Version: 4.3.21 +Version: 4.4.0 Release: 0 Summary: YaST2 - Registration Module License: GPL-2.0-only ++++++ yast2-registration-4.3.21.tar.bz2 -> yast2-registration-4.4.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-4.3.21/package/yast2-registration.changes new/yast2-registration-4.4.0/package/yast2-registration.changes --- old/yast2-registration-4.3.21/package/yast2-registration.changes 2021-03-05 16:51:56.000000000 +0100 +++ new/yast2-registration-4.4.0/package/yast2-registration.changes 2021-04-07 16:58:07.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Apr 6 16:04:44 UTC 2021 - David Diaz <dgonza...@suse.com> + +- Hide the abort button when the network client is called + (bsc#1183586). +- 4.4.0 + +------------------------------------------------------------------- Fri Mar 5 13:36:44 UTC 2021 - David Diaz <dgonza...@suse.com> - Allow registering system again during firstboot stage diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-4.3.21/package/yast2-registration.spec new/yast2-registration-4.4.0/package/yast2-registration.spec --- old/yast2-registration-4.3.21/package/yast2-registration.spec 2021-03-05 16:51:56.000000000 +0100 +++ new/yast2-registration-4.4.0/package/yast2-registration.spec 2021-04-07 16:58:07.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-registration -Version: 4.3.21 +Version: 4.4.0 Release: 0 Summary: YaST2 - Registration Module License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-4.3.21/src/lib/registration/helpers.rb new/yast2-registration-4.4.0/src/lib/registration/helpers.rb --- old/yast2-registration-4.3.21/src/lib/registration/helpers.rb 2021-03-05 16:51:56.000000000 +0100 +++ new/yast2-registration-4.4.0/src/lib/registration/helpers.rb 2021-04-07 16:58:07.000000000 +0200 @@ -92,7 +92,7 @@ # ensure that no registration feedback is shown # when running network configuration (bsc#1165705) Yast::Popup.SuppressFeedback do - Yast::WFM.call("inst_lan", [{ "skip_detection" => true }]) + Yast::WFM.call("inst_lan", [{ "skip_detection" => true, "hide_abort_button" => true }]) end end