Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2015-08-10 09:09:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2015-08-05 
19:13:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2015-08-10 
09:09:56.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Aug  7 15:20:58 CEST 2015 - [email protected]
+
+- Writing init scipts to installed system in the first installation
+  stage now. The init scrpits will be called while starting
+  the autoyast-initscripts service. So, these scripts will be called
+  while a system upgrade too. (bnc#940823)
+- 3.1.88
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-3.1.87.tar.bz2

New:
----
  autoyast2-3.1.88.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.iPzX60/_old  2015-08-10 09:09:57.000000000 +0200
+++ /var/tmp/diff_new_pack.iPzX60/_new  2015-08-10 09:09:57.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.87
+Version:        3.1.88
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ autoyast2-3.1.87.tar.bz2 -> autoyast2-3.1.88.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.87/package/autoyast2.changes 
new/autoyast2-3.1.88/package/autoyast2.changes
--- old/autoyast2-3.1.87/package/autoyast2.changes      2015-07-31 
14:34:09.000000000 +0200
+++ new/autoyast2-3.1.88/package/autoyast2.changes      2015-08-07 
15:49:10.000000000 +0200
@@ -1,4 +1,13 @@
 -------------------------------------------------------------------
+Fri Aug  7 15:20:58 CEST 2015 - [email protected]
+
+- Writing init scipts to installed system in the first installation
+  stage now. The init scrpits will be called while starting
+  the autoyast-initscripts service. So, these scripts will be called
+  while a system upgrade too. (bnc#940823)
+- 3.1.88
+
+-------------------------------------------------------------------
 Fri Jul 31 13:55:34 CEST 2015 - [email protected]
 
 - <software><post-packages>: Must not reinstall already installed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.87/package/autoyast2.spec 
new/autoyast2-3.1.88/package/autoyast2.spec
--- old/autoyast2-3.1.87/package/autoyast2.spec 2015-07-31 14:34:09.000000000 
+0200
+++ new/autoyast2-3.1.88/package/autoyast2.spec 2015-08-07 15:49:10.000000000 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.87
+Version:        3.1.88
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-3.1.87/src/clients/autoinst_scripts2_finish.rb 
new/autoyast2-3.1.88/src/clients/autoinst_scripts2_finish.rb
--- old/autoyast2-3.1.87/src/clients/autoinst_scripts2_finish.rb        
2015-07-31 14:34:09.000000000 +0200
+++ new/autoyast2-3.1.88/src/clients/autoinst_scripts2_finish.rb        
2015-08-07 15:49:10.000000000 +0200
@@ -48,7 +48,11 @@
           "when"  => [:autoinst, :autoupg]
         }
       elsif @func == "Write"
+        # Calling chroot scripts
         AutoinstScripts.Write("chroot-scripts", true)
+
+        # Creating init scripts for the autoyast-initscripts.service
+        AutoinstScripts.Write("init-scripts", false)
         # systemd requires the init script to be activated in 1st stage
         @cmd = "systemctl enable autoyast-initscripts.service"
         Builtins.y2milestone("executing:%1", @cmd)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.87/src/clients/inst_autoconfigure.rb 
new/autoyast2-3.1.88/src/clients/inst_autoconfigure.rb
--- old/autoyast2-3.1.87/src/clients/inst_autoconfigure.rb      2015-07-31 
14:34:09.000000000 +0200
+++ new/autoyast2-3.1.88/src/clients/inst_autoconfigure.rb      2015-08-07 
15:49:10.000000000 +0200
@@ -288,8 +288,6 @@
       logStep(_("Executing Post-Scripts"))
       AutoinstScripts.Write("post-scripts", false)
 
-      AutoinstScripts.Write("init-scripts", false)
-
       @max_wait = Ops.get_integer(
         Profile.current,
         ["general", "mode", "max_systemd_wait"],


Reply via email to