Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2022-02-10 23:11:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Thu Feb 10 23:11:29 2022 rev:421 rq:952639 version:4.4.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2022-01-27 23:17:14.898861513 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new.1956/yast2-packager.changes  
2022-02-10 23:11:32.472127029 +0100
@@ -1,0 +2,7 @@
+Tue Feb  8 09:50:41 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Fix a wrong reference to PackageSystem#EnsureSourceInit
+  (bsc#1195519, related to bsc#1194886).
+- 4.4.22
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-4.4.21.tar.bz2

New:
----
  yast2-packager-4.4.22.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.ipcbER/_old  2022-02-10 23:11:33.276129064 +0100
+++ /var/tmp/diff_new_pack.ipcbER/_new  2022-02-10 23:11:33.280129075 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.4.21
+Version:        4.4.22
 Release:        0
 Summary:        YaST2 - Package Library
 License:        GPL-2.0-or-later

++++++ yast2-packager-4.4.21.tar.bz2 -> yast2-packager-4.4.22.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.4.21/package/yast2-packager.changes 
new/yast2-packager-4.4.22/package/yast2-packager.changes
--- old/yast2-packager-4.4.21/package/yast2-packager.changes    2022-01-26 
08:47:13.000000000 +0100
+++ new/yast2-packager-4.4.22/package/yast2-packager.changes    2022-02-08 
10:58:29.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Feb  8 09:50:41 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
+
+- Fix a wrong reference to PackageSystem#EnsureSourceInit
+  (bsc#1195519, related to bsc#1194886).
+- 4.4.22
+
+-------------------------------------------------------------------
 Tue Jan 25 13:48:20 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
 
 - Use Package module instead of PackageSystem (bsc#1194886).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.4.21/package/yast2-packager.spec 
new/yast2-packager-4.4.22/package/yast2-packager.spec
--- old/yast2-packager-4.4.21/package/yast2-packager.spec       2022-01-26 
08:47:13.000000000 +0100
+++ new/yast2-packager-4.4.22/package/yast2-packager.spec       2022-02-08 
10:58:29.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.4.21
+Version:        4.4.22
 Release:        0
 Summary:        YaST2 - Package Library
 License:        GPL-2.0-or-later
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.4.21/src/clients/sw_single.rb 
new/yast2-packager-4.4.22/src/clients/sw_single.rb
--- old/yast2-packager-4.4.21/src/clients/sw_single.rb  2022-01-26 
08:47:13.000000000 +0100
+++ new/yast2-packager-4.4.22/src/clients/sw_single.rb  2022-02-08 
10:58:29.000000000 +0100
@@ -36,6 +36,7 @@
       Yast.import "Popup"
       Yast.import "GetInstArgs"
       Yast.import "Package"
+      Yast.import "PackageSystem"
       Yast.import "Report"
       Yast.import "FileUtils"
       Yast.import "PackagesUI"
@@ -150,7 +151,7 @@
       # If the first argument is a package ending with .rpm call 
Pkg::TargetInstall for
       # each arg.
       if Builtins.regexpmatch(first_arg, "\\.rpm$") # package name given
-        Package.EnsureSourceInit
+        PackageSystem.EnsureSourceInit
 
         # if sw_single is called with an absolute package-pathname, there is 
no need to
         # mount the source medium or check SuSE version or dependencies

Reply via email to