Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2022-01-15 21:45:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Sat Jan 15 21:45:11 2022 rev:312 rq:946444 version:4.4.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2021-12-18 
20:29:24.694214739 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new.1892/autoyast2.changes    
2022-01-15 21:45:24.961620959 +0100
@@ -1,0 +2,7 @@
+Thu Jan 13 11:58:37 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Properly merge the autoupgrade workflow when using the online
+  medium (bsc#1192437, bsc#1194440).
+- 4.4.25
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-4.4.24.tar.bz2

New:
----
  autoyast2-4.4.25.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.ofwXMy/_old  2022-01-15 21:45:25.465621226 +0100
+++ /var/tmp/diff_new_pack.ofwXMy/_new  2022-01-15 21:45:25.473621230 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoyast2
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.4.24
+Version:        4.4.25
 Release:        0
 Summary:        YaST2 - Automated Installation
 License:        GPL-2.0-only

++++++ autoyast2-4.4.24.tar.bz2 -> autoyast2-4.4.25.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.4.24/.github/workflows/ci.yml 
new/autoyast2-4.4.25/.github/workflows/ci.yml
--- old/autoyast2-4.4.24/.github/workflows/ci.yml       2021-12-17 
11:55:13.000000000 +0100
+++ new/autoyast2-4.4.25/.github/workflows/ci.yml       2022-01-14 
16:05:02.000000000 +0100
@@ -8,8 +8,14 @@
 jobs:
   Tests:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -28,14 +34,22 @@
 
     # send the coverage report to coveralls.io
     - name: Coveralls Report
+      # send it only from the TW build to avoid duplicate submits
+      if: ${{ matrix.distro == 'tumbleweed' }}
       uses: coverallsapp/github-action@master
       with:
         github-token: ${{ secrets.GITHUB_TOKEN }}
 
   Rubocop:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -47,8 +61,14 @@
 
   Package:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -60,8 +80,14 @@
 
   Yardoc:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
@@ -75,8 +101,14 @@
   # checks into one job avoids that overhead
   Checks:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro: [ "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.4.24/package/autoyast2.changes 
new/autoyast2-4.4.25/package/autoyast2.changes
--- old/autoyast2-4.4.24/package/autoyast2.changes      2021-12-17 
11:55:13.000000000 +0100
+++ new/autoyast2-4.4.25/package/autoyast2.changes      2022-01-14 
16:05:02.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Jan 13 11:58:37 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Properly merge the autoupgrade workflow when using the online
+  medium (bsc#1192437, bsc#1194440).
+- 4.4.25
+
+-------------------------------------------------------------------
 Fri Dec 17 10:33:33 UTC 2021 - Steffen Winterfeldt <snw...@suse.com>
 
 - use Y2Storage::Arch to determine whether UEFI is available (bsc#937067)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.4.24/package/autoyast2.spec 
new/autoyast2-4.4.25/package/autoyast2.spec
--- old/autoyast2-4.4.24/package/autoyast2.spec 2021-12-17 11:55:13.000000000 
+0100
+++ new/autoyast2-4.4.25/package/autoyast2.spec 2022-01-14 16:05:02.000000000 
+0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.4.24
+Version:        4.4.25
 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.24/src/lib/autoinstall/clients/inst_autoinit.rb 
new/autoyast2-4.4.25/src/lib/autoinstall/clients/inst_autoinit.rb
--- old/autoyast2-4.4.24/src/lib/autoinstall/clients/inst_autoinit.rb   
2021-12-17 11:55:13.000000000 +0100
+++ new/autoyast2-4.4.25/src/lib/autoinstall/clients/inst_autoinit.rb   
2022-01-14 16:05:02.000000000 +0100
@@ -145,6 +145,8 @@
 
         return :abort if Yast::UI.PollInput == :abort && 
Yast::Popup.ConfirmAbort(:painless)
 
+        Yast::WorkflowManager.SetBaseWorkflow(false)
+
         :next
       end
 
@@ -398,7 +400,6 @@
           Yast::Pkg.ResolvableInstall(product.name, :product, "")
           # initialize addons and the workflow manager
           Yast::AddOnProduct.SetBaseProductURL(base_url)
-          Yast::WorkflowManager.SetBaseWorkflow(false)
           Yast::AutoinstFunctions.reset_product
         # report error only for installation or if autoupgrade contain addon 
with relative url.
         # This way autoupgrade for Full medium on registered system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-4.4.24/src/lib/autoinstall/clients/inst_autosetup_upgrade.rb 
new/autoyast2-4.4.25/src/lib/autoinstall/clients/inst_autosetup_upgrade.rb
--- old/autoyast2-4.4.24/src/lib/autoinstall/clients/inst_autosetup_upgrade.rb  
2021-12-17 11:55:13.000000000 +0100
+++ new/autoyast2-4.4.25/src/lib/autoinstall/clients/inst_autosetup_upgrade.rb  
2022-01-14 16:05:02.000000000 +0100
@@ -56,12 +56,6 @@
         return :abort if UI.PollInput == :abort && 
Popup.ConfirmAbort(:painless)
 
         Progress.NextStage
-        #
-        # Set workflow variables
-        # Ensure that we clean product cache to avoid product from control 
(bsc#1156058)
-        AutoinstFunctions.reset_product
-        # Merging selected product (bsc#1192437)
-        AutoinstSoftware.merge_product(AutoinstFunctions.selected_product)
 
         # configure general settings
         general_section = Profile.current["general"] || {}
@@ -171,6 +165,12 @@
         Progress.NextStage
         return :abort unless suse_register
 
+        # Set workflow variables
+        # Ensure that we clean product cache to avoid product from control 
(bsc#1156058)
+        AutoinstFunctions.reset_product
+        # Merging selected product (bsc#1192437)
+        AutoinstSoftware.merge_product(AutoinstFunctions.selected_product)
+
         # Bootloader
         # FIXME: De-duplicate with inst_autosetup
         # Bootloader import / proposal is necessary to match changes done for 
manual

Reply via email to