Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2021-12-21 18:40:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Tue Dec 21 18:40:21 2021 rev:521 rq:941679 version:4.4.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2021-12-18 
20:30:03.642236368 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new.2520/yast2.changes    2021-12-21 
18:40:26.705863794 +0100
@@ -1,0 +2,7 @@
+Mon Dec 20 11:07:31 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Do not reinitialize the packaging system during offline
+  upgrade (bsc#1193784 and bsc#1192437).
+- 4.4.31
+
+-------------------------------------------------------------------

Old:
----
  yast2-4.4.30.tar.bz2

New:
----
  yast2-4.4.31.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.9hZCxL/_old  2021-12-21 18:40:27.277864308 +0100
+++ /var/tmp/diff_new_pack.9hZCxL/_new  2021-12-21 18:40:27.281864312 +0100
@@ -17,8 +17,9 @@
 
 
 Name:           yast2
-Version:        4.4.30
+Version:        4.4.31
 Release:        0
+
 Summary:        YaST2 Main Package
 License:        GPL-2.0-only
 Group:          System/YaST

++++++ yast2-4.4.30.tar.bz2 -> yast2-4.4.31.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.4.30/library/control/src/modules/WorkflowManager.rb 
new/yast2-4.4.31/library/control/src/modules/WorkflowManager.rb
--- old/yast2-4.4.30/library/control/src/modules/WorkflowManager.rb     
2021-12-16 13:24:53.000000000 +0100
+++ new/yast2-4.4.31/library/control/src/modules/WorkflowManager.rb     
2021-12-20 16:45:07.000000000 +0100
@@ -60,6 +60,7 @@
       Yast.import "String"
       Yast.import "XML"
       Yast.import "Report"
+      Yast.import "Mode"
 
       #
       #    This API uses some new terms that need to be explained:
@@ -1694,7 +1695,9 @@
       Tempfile.open("downloaded-package-") do |tmp|
         # libzypp needs the target for verifying the GPG signatures of the 
downloaded packages,
         # keep the target initialized, it might be needed later for verifying 
other packages
-        Pkg.TargetInitialize("/") if Stage.initial
+        # However, avoid this call when running on update mode because we need 
the repositories
+        # from the system to upgrade too.
+        Pkg.TargetInitialize("/") if Stage.initial && !Mode.update
         downloader.download(tmp.path)
 
         extract(tmp.path, dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.4.30/package/yast2.changes 
new/yast2-4.4.31/package/yast2.changes
--- old/yast2-4.4.30/package/yast2.changes      2021-12-16 13:24:53.000000000 
+0100
+++ new/yast2-4.4.31/package/yast2.changes      2021-12-20 16:45:07.000000000 
+0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Dec 20 11:07:31 UTC 2021 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Do not reinitialize the packaging system during offline
+  upgrade (bsc#1193784 and bsc#1192437).
+- 4.4.31
+
+-------------------------------------------------------------------
 Thu Dec 16 08:39:01 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Fixed RelURL to work properly with the FTP URLs (related to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-4.4.30/package/yast2.spec 
new/yast2-4.4.31/package/yast2.spec
--- old/yast2-4.4.30/package/yast2.spec 2021-12-16 13:24:53.000000000 +0100
+++ new/yast2-4.4.31/package/yast2.spec 2021-12-20 16:45:07.000000000 +0100
@@ -17,7 +17,8 @@
 
 
 Name:           yast2
-Version:        4.4.30
+Version:        4.4.31
+
 Release:        0
 Summary:        YaST2 Main Package
 License:        GPL-2.0-only

Reply via email to