Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2021-04-10 15:26:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Sat Apr 10 15:26:07 2021 rev:466 rq:883639 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2021-03-30 20:51:43.056137705 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new.2401/yast2-installation.changes
  2021-04-10 15:26:21.542306585 +0200
@@ -1,0 +2,7 @@
+Wed Apr  7 10:54:58 UTC 2021 - David Diaz <dgonza...@suse.com>
+
+- Hide the abort button when the network client is called
+  (bsc#1183586).
+- 4.4.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-4.3.36.tar.bz2

New:
----
  yast2-installation-4.4.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.Xt4dHe/_old  2021-04-10 15:26:22.206307366 +0200
+++ /var/tmp/diff_new_pack.Xt4dHe/_new  2021-04-10 15:26:22.210307371 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        4.3.36
+Version:        4.4.0
 Release:        0
 Summary:        YaST2 - Installation Parts
 License:        GPL-2.0-only

++++++ yast2-installation-4.3.36.tar.bz2 -> yast2-installation-4.4.0.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.36/package/yast2-installation.changes 
new/yast2-installation-4.4.0/package/yast2-installation.changes
--- old/yast2-installation-4.3.36/package/yast2-installation.changes    
2021-03-30 08:17:34.000000000 +0200
+++ new/yast2-installation-4.4.0/package/yast2-installation.changes     
2021-04-07 17:13:07.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Apr  7 10:54:58 UTC 2021 - David Diaz <dgonza...@suse.com>
+
+- Hide the abort button when the network client is called
+  (bsc#1183586).
+- 4.4.0
+
+-------------------------------------------------------------------
 Mon Mar 29 16:25:00 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Expert console: fixed "shell" command
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.36/package/yast2-installation.spec 
new/yast2-installation-4.4.0/package/yast2-installation.spec
--- old/yast2-installation-4.3.36/package/yast2-installation.spec       
2021-03-30 08:17:34.000000000 +0200
+++ new/yast2-installation-4.4.0/package/yast2-installation.spec        
2021-04-07 17:13:07.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.3.36
+Version:        4.4.0
 Release:        0
 Group:          System/YaST
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.36/src/lib/installation/clients/inst_disks_activate.rb
 
new/yast2-installation-4.4.0/src/lib/installation/clients/inst_disks_activate.rb
--- 
old/yast2-installation-4.3.36/src/lib/installation/clients/inst_disks_activate.rb
   2021-03-30 08:17:34.000000000 +0200
+++ 
new/yast2-installation-4.4.0/src/lib/installation/clients/inst_disks_activate.rb
    2021-04-07 17:13:07.000000000 +0200
@@ -133,7 +133,10 @@
           WFM.call("inst_fcoe-client", [@argmap])
           @ret = :redraw
         when :network
-          WFM.call("inst_lan", [@argmap.merge("skip_detection" => true)])
+          WFM.call(
+            "inst_lan",
+            [@argmap.merge("skip_detection" => true, "hide_abort_button" => 
true)]
+          )
           @ret = :redraw
         when :abort
           @ret = nil unless Popup.ConfirmAbort(:painless)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.36/src/lib/installation/clients/inst_network_check.rb
 new/yast2-installation-4.4.0/src/lib/installation/clients/inst_network_check.rb
--- 
old/yast2-installation-4.3.36/src/lib/installation/clients/inst_network_check.rb
    2021-03-30 08:17:34.000000000 +0200
+++ 
new/yast2-installation-4.4.0/src/lib/installation/clients/inst_network_check.rb 
    2021-04-07 17:13:07.000000000 +0200
@@ -168,7 +168,10 @@
           # run net setup
           if @option_selected == "yes_do_run_setup"
             Builtins.y2milestone("Running inst_lan")
-            @ret2 = WFM.call("inst_lan", 
[GetInstArgs.argmap.merge("skip_detection" => true)])
+            @ret2 = WFM.call(
+              "inst_lan",
+              [GetInstArgs.argmap.merge("skip_detection" => true), 
"hide_abort_button" => true]
+            )
             Builtins.y2milestone("inst_lan ret: %1", @ret2)
 
             # everything went fine
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.36/src/lib/installation/clients/inst_update_installer.rb
 
new/yast2-installation-4.4.0/src/lib/installation/clients/inst_update_installer.rb
--- 
old/yast2-installation-4.3.36/src/lib/installation/clients/inst_update_installer.rb
 2021-03-30 08:17:34.000000000 +0200
+++ 
new/yast2-installation-4.4.0/src/lib/installation/clients/inst_update_installer.rb
  2021-04-07 17:13:07.000000000 +0200
@@ -263,7 +263,10 @@
         "and try installing the updates again?")
 
       if Popup.YesNo(msg)
-        Yast::WFM.CallFunction("inst_lan", [{ "skip_detection" => true }])
+        Yast::WFM.CallFunction(
+          "inst_lan",
+          [{ "skip_detection" => true, "hide_abort_button" => true }]
+        )
         true
       else
         false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.36/test/inst_disks_activate_test.rb 
new/yast2-installation-4.4.0/test/inst_disks_activate_test.rb
--- old/yast2-installation-4.3.36/test/inst_disks_activate_test.rb      
2021-03-30 08:17:34.000000000 +0200
+++ new/yast2-installation-4.4.0/test/inst_disks_activate_test.rb       
2021-04-07 17:13:07.000000000 +0200
@@ -147,7 +147,8 @@
       end
 
       it "calls inst_lan client" do
-        expect(Yast::WFM).to receive(:call).with("inst_lan", ["skip_detection" 
=> true])
+        expect(Yast::WFM).to receive(:call)
+          .with("inst_lan", ["skip_detection" => true, "hide_abort_button" => 
true])
         expect(subject).to receive(:show_base_dialog).twice
 
         subject.main

Reply via email to