Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-online-update for 
openSUSE:Factory checked in at 2022-06-09 14:09:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-online-update (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-online-update.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-online-update"

Thu Jun  9 14:09:21 2022 rev:113 rq:981251 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-online-update/yast2-online-update.changes  
2022-04-14 17:24:59.907230638 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-online-update.new.1548/yast2-online-update.changes
        2022-06-09 14:09:29.620343093 +0200
@@ -1,0 +2,6 @@
+Wed Jun  8 07:15:29 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Support managing system in a chroot (bsc#1199840)
+- 4.5.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-online-update-4.5.0.tar.bz2

New:
----
  yast2-online-update-4.5.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-online-update.spec ++++++
--- /var/tmp/diff_new_pack.rbv64y/_old  2022-06-09 14:09:30.232343914 +0200
+++ /var/tmp/diff_new_pack.rbv64y/_new  2022-06-09 14:09:30.236343919 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-online-update
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 URL:            https://github.com/yast/yast-online-update
 Summary:        YaST2 - Online Update (YOU)

++++++ yast2-online-update-4.5.0.tar.bz2 -> yast2-online-update-4.5.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-4.5.0/package/yast2-online-update.changes 
new/yast2-online-update-4.5.1/package/yast2-online-update.changes
--- old/yast2-online-update-4.5.0/package/yast2-online-update.changes   
2022-04-12 13:36:15.000000000 +0200
+++ new/yast2-online-update-4.5.1/package/yast2-online-update.changes   
2022-06-08 09:41:49.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Jun  8 07:15:29 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Support managing system in a chroot (bsc#1199840)
+- 4.5.1
+
+-------------------------------------------------------------------
 Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz>
 
 - Bump version to 4.5.0 (bsc#1198109)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-4.5.0/package/yast2-online-update.spec 
new/yast2-online-update-4.5.1/package/yast2-online-update.spec
--- old/yast2-online-update-4.5.0/package/yast2-online-update.spec      
2022-04-12 13:36:15.000000000 +0200
+++ new/yast2-online-update-4.5.1/package/yast2-online-update.spec      
2022-06-08 09:41:49.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-online-update
-Version:        4.5.0
+Version:        4.5.1
 Release:        0
 Url:            https://github.com/yast/yast-online-update
 Summary:        YaST2 - Online Update (YOU)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-4.5.0/src/clients/do_online_update_auto.rb 
new/yast2-online-update-4.5.1/src/clients/do_online_update_auto.rb
--- old/yast2-online-update-4.5.0/src/clients/do_online_update_auto.rb  
2022-04-12 13:36:15.000000000 +0200
+++ new/yast2-online-update-4.5.1/src/clients/do_online_update_auto.rb  
2022-06-08 09:41:49.000000000 +0200
@@ -29,6 +29,7 @@
   class DoOnlineUpdateAutoClient < Client
     def main
       Yast.import "Pkg"
+      Yast.import "Installation"
 
       Builtins.y2milestone("----------------------------------------")
       Builtins.y2milestone("do_online_update auto started")
@@ -55,7 +56,7 @@
       if @func == "Write"
         @ret = :auto
 
-        Pkg.TargetInit("/", false)
+        Pkg.TargetInit(Installation.destdir, false)
         Pkg.SourceStartManager(true)
         Pkg.PkgSolve(true)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-online-update-4.5.0/src/clients/inst_you.rb 
new/yast2-online-update-4.5.1/src/clients/inst_you.rb
--- old/yast2-online-update-4.5.0/src/clients/inst_you.rb       2022-04-12 
13:36:15.000000000 +0200
+++ new/yast2-online-update-4.5.1/src/clients/inst_you.rb       2022-06-08 
09:41:49.000000000 +0200
@@ -44,6 +44,7 @@
       Yast.import "ProductFeatures"
       Yast.import "Stage"
       Yast.import "Wizard"
+      Yast.import "Installation"
 
       @saved_path = Ops.add(Directory.vardir, "/selected_patches.ycp")
       @restarted_path = Ops.add(Directory.vardir, "/continue_you")
@@ -114,10 +115,10 @@
       PackageCallbacksInit.InitPackageCallbacks
 
       if @after_restart || Hack("init-target-and-sources")
-        Pkg.TargetInit("/", false) # reinitialize target after release notes 
were read (#232247)
+        Pkg.TargetInit(Installation.destdir, false) # reinitialize target 
after release notes were read (#232247)
       else
         Pkg.TargetFinish
-        Pkg.TargetInitialize("/")
+        Pkg.TargetInitialize(Installation.destdir)
         Pkg.TargetLoad
       end
       # source data are cleared in registration client, and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-4.5.0/src/clients/online_update.rb 
new/yast2-online-update-4.5.1/src/clients/online_update.rb
--- old/yast2-online-update-4.5.0/src/clients/online_update.rb  2022-04-12 
13:36:15.000000000 +0200
+++ new/yast2-online-update-4.5.1/src/clients/online_update.rb  2022-06-08 
09:41:49.000000000 +0200
@@ -53,6 +53,7 @@
       Yast.import "URL"
       Yast.import "Wizard"
       Yast.import "GetInstArgs"
+      Yast.import "Installation"
 
       # the command line description map
       @cmdline = {
@@ -178,7 +179,7 @@
       Progress.NextStage
 
       # initialize target to import all trusted keys (#165849)
-      Pkg.TargetInit("/", false)
+      Pkg.TargetInit(Installation.destdir, false)
 
       Progress.NextStage
 

Reply via email to