Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2020-08-01 12:31:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Sat Aug  1 12:31:30 2020 rev:400 rq:823582 version:4.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2020-07-30 10:00:06.175221303 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new.3592/yast2-packager.changes  
2020-08-01 12:31:52.702496152 +0200
@@ -1,0 +2,7 @@
+Thu Jul 30 13:31:01 CEST 2020 - sch...@suse.de
+
+- AY: Calling of post-partitioning scripts moved from dropped
+  inst_autoimage to inst_kickoff (bsc#1140711).
+- 4.3.6
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.X00AHr/_old  2020-08-01 12:31:54.070497433 +0200
+++ /var/tmp/diff_new_pack.X00AHr/_new  2020-08-01 12:31:54.074497437 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.3.5
+Version:        4.3.6
 Release:        0
 Summary:        YaST2 - Package Library
 License:        GPL-2.0-or-later

++++++ yast2-packager-4.3.5.tar.bz2 -> yast2-packager-4.3.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.3.5/package/yast2-packager.changes 
new/yast2-packager-4.3.6/package/yast2-packager.changes
--- old/yast2-packager-4.3.5/package/yast2-packager.changes     2020-07-28 
09:20:21.000000000 +0200
+++ new/yast2-packager-4.3.6/package/yast2-packager.changes     2020-07-30 
15:24:38.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Jul 30 13:31:01 CEST 2020 - sch...@suse.de
+
+- AY: Calling of post-partitioning scripts moved from dropped
+  inst_autoimage to inst_kickoff (bsc#1140711).
+- 4.3.6
+
+-------------------------------------------------------------------
 Mon Jul 27 21:10:29 UTC 2020 - Josef Reidinger <jreidin...@suse.com>
 
 - Handle exceptions when parsing xml file (related to bsc#1170886)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.3.5/package/yast2-packager.spec 
new/yast2-packager-4.3.6/package/yast2-packager.spec
--- old/yast2-packager-4.3.5/package/yast2-packager.spec        2020-07-28 
09:20:21.000000000 +0200
+++ new/yast2-packager-4.3.6/package/yast2-packager.spec        2020-07-30 
15:24:38.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.3.5
+Version:        4.3.6
 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.3.5/src/clients/inst_kickoff.rb 
new/yast2-packager-4.3.6/src/clients/inst_kickoff.rb
--- old/yast2-packager-4.3.5/src/clients/inst_kickoff.rb        2020-07-28 
09:20:21.000000000 +0200
+++ new/yast2-packager-4.3.6/src/clients/inst_kickoff.rb        2020-07-30 
15:24:38.000000000 +0200
@@ -77,6 +77,13 @@
         # call it always, it handles installation mode inside
         WFM.CallFunction("inst_bootloader", WFM.Args)
         #  }
+
+        # calling postpartitioning scripts in AY installation mode
+        if Mode.autoinst
+          Yast.import "AutoinstScripts"
+          AutoinstScripts.Write("postpartitioning-scripts", false)
+        end
+
       elsif Stage.normal
         Yast.import "Kernel"
         @kernel = Kernel.ComputePackage


Reply via email to