Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2021-07-04 22:10:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Sun Jul  4 22:10:43 2021 rev:302 rq:903745 version:4.4.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2021-06-15 
16:37:28.537707891 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new.2625/autoyast2.changes    
2021-07-04 22:10:47.953202911 +0200
@@ -1,0 +2,14 @@
+Fri Jul  2 12:43:13 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Properly register the script to reboot after applying online
+  updates (bsc#1187962).
+- 4.4.12
+
+-------------------------------------------------------------------
+Thu Jul  1 07:02:20 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Do not crash importing the <scripts> section (boo#1187898).
+  This bug does not affect the installation process.
+- 4.4.11
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-4.4.10.tar.bz2

New:
----
  autoyast2-4.4.12.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.S5f6En/_old  2021-07-04 22:10:48.461198982 +0200
+++ /var/tmp/diff_new_pack.S5f6En/_new  2021-07-04 22:10:48.461198982 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.4.10
+Version:        4.4.12
 Release:        0
 Summary:        YaST2 - Automated Installation
 License:        GPL-2.0-only

++++++ autoyast2-4.4.10.tar.bz2 -> autoyast2-4.4.12.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.4.10/package/autoyast2.changes 
new/autoyast2-4.4.12/package/autoyast2.changes
--- old/autoyast2-4.4.10/package/autoyast2.changes      2021-06-14 
12:20:24.000000000 +0200
+++ new/autoyast2-4.4.12/package/autoyast2.changes      2021-07-02 
16:59:36.000000000 +0200
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Fri Jul  2 12:43:13 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Properly register the script to reboot after applying online
+  updates (bsc#1187962).
+- 4.4.12
+
+-------------------------------------------------------------------
+Thu Jul  1 07:02:20 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Do not crash importing the <scripts> section (boo#1187898).
+  This bug does not affect the installation process.
+- 4.4.11
+
+-------------------------------------------------------------------
 Mon Jun 14 09:37:41 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
 
 - Fix the copy of the profile to the installed system as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.4.10/package/autoyast2.spec 
new/autoyast2-4.4.12/package/autoyast2.spec
--- old/autoyast2-4.4.10/package/autoyast2.spec 2021-06-14 12:20:24.000000000 
+0200
+++ new/autoyast2-4.4.12/package/autoyast2.spec 2021-07-02 16:59:36.000000000 
+0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.4.10
+Version:        4.4.12
 Release:        0
 Summary:        YaST2 - Automated Installation
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.4.10/src/clients/inst_autoconfigure.rb 
new/autoyast2-4.4.12/src/clients/inst_autoconfigure.rb
--- old/autoyast2-4.4.10/src/clients/inst_autoconfigure.rb      2021-06-14 
12:20:24.000000000 +0200
+++ new/autoyast2-4.4.12/src/clients/inst_autoconfigure.rb      2021-07-02 
16:59:36.000000000 +0200
@@ -162,7 +162,7 @@
           #  feedback_type, location, notification)
           # make sure to avoid conflicts with "zzz_reboot" script here
           # 
https://github.com/yast/yast-autoinstallation/blob/104c18f1a56d02ab50055cdf09653db964b97888/src/modules/Profile.rb#L157
-          AutoinstScripts.AddEditScript("zzzz_reboot", "shutdown -r now", 
"shell", "init",
+          AutoinstScripts.AddEditScript("zzzz_reboot", "shutdown -r now", 
"shell", "init-scripts",
             false, false, false, "", "", "") # wonderful API without defaults
         end
       end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-4.4.10/src/lib/autoinstall/clients/scripts_auto.rb 
new/autoyast2-4.4.12/src/lib/autoinstall/clients/scripts_auto.rb
--- old/autoyast2-4.4.10/src/lib/autoinstall/clients/scripts_auto.rb    
2021-06-14 12:20:24.000000000 +0200
+++ new/autoyast2-4.4.12/src/lib/autoinstall/clients/scripts_auto.rb    
2021-07-02 16:59:36.000000000 +0200
@@ -20,6 +20,7 @@
 require "installation/auto_client"
 
 Yast.import "AutoinstScripts"
+Yast.import "Profile"
 
 module Y2Autoinstallation
   module Clients
@@ -33,7 +34,7 @@
       end
 
       def import(map)
-        Yast::AutoinstScripts.Import(map)
+        Yast::AutoinstScripts.Import(Yast::ProfileHash.new(map))
       end
 
       def summary
@@ -41,7 +42,7 @@
       end
 
       def reset
-        Yast::AutoinstScripts.Import({})
+        Yast::AutoinstScripts.Import(Yast::ProfileHash.new)
       end
 
       def modified?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-4.4.10/test/lib/clients/scripts_auto_test.rb 
new/autoyast2-4.4.12/test/lib/clients/scripts_auto_test.rb
--- old/autoyast2-4.4.10/test/lib/clients/scripts_auto_test.rb  2021-06-14 
12:20:24.000000000 +0200
+++ new/autoyast2-4.4.12/test/lib/clients/scripts_auto_test.rb  2021-07-02 
16:59:36.000000000 +0200
@@ -24,7 +24,7 @@
   let(:mod) { Yast::AutoinstScripts }
   describe "#import" do
     it "imports its param" do
-      expect(mod).to receive(:Import).with({})
+      expect(mod).to receive(:Import).with(Yast::ProfileHash)
 
       subject.import({})
     end
@@ -40,7 +40,10 @@
 
   describe "#reset" do
     it "repropose module" do
-      expect(mod).to receive(:Import).with({})
+      expect(mod).to receive(:Import) do |arg|
+        expect(arg).to be_a(Yast::ProfileHash)
+        expect(arg).to be_empty
+      end
 
       subject.reset
     end

Reply via email to