Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2017-03-29 13:22:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage"

Wed Mar 29 13:22:23 2017 rev:291 rq:482178 version:3.2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes      
2017-03-20 17:04:53.001514385 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2017-03-29 13:22:27.486385244 +0200
@@ -1,0 +2,15 @@
+Wed Mar 22 08:45:22 UTC 2017 - [email protected]
+
+- bnc#1026027
+  - dropped /etc/init.d/boot.crypto* invocations. Since these SysV
+    scripts were replaced by native systemd implementation already.
+- 3.2.11
+
+-------------------------------------------------------------------
+Mon Mar 20 09:12:25 UTC 2017 - [email protected]
+
+- bnc#1026027
+  - dropped calls to /sbin/insserv
+- 3.2.10
+
+-------------------------------------------------------------------

Old:
----
  yast2-storage-3.2.9.tar.bz2

New:
----
  yast2-storage-3.2.11.tar.bz2

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.oGIar3/_old  2017-03-29 13:22:28.162289654 +0200
+++ /var/tmp/diff_new_pack.oGIar3/_new  2017-03-29 13:22:28.162289654 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.2.9
+Version:        3.2.11
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.2.9.tar.bz2 -> yast2-storage-3.2.11.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.9/package/yast2-storage.changes 
new/yast2-storage-3.2.11/package/yast2-storage.changes
--- old/yast2-storage-3.2.9/package/yast2-storage.changes       2017-03-14 
15:03:58.180625056 +0100
+++ new/yast2-storage-3.2.11/package/yast2-storage.changes      2017-03-23 
10:55:36.734441739 +0100
@@ -1,4 +1,19 @@
 -------------------------------------------------------------------
+Wed Mar 22 08:45:22 UTC 2017 - [email protected]
+
+- bnc#1026027
+  - dropped /etc/init.d/boot.crypto* invocations. Since these SysV
+    scripts were replaced by native systemd implementation already.
+- 3.2.11
+
+-------------------------------------------------------------------
+Mon Mar 20 09:12:25 UTC 2017 - [email protected]
+
+- bnc#1026027
+  - dropped calls to /sbin/insserv
+- 3.2.10
+
+-------------------------------------------------------------------
 Tue Mar 14 10:24:01 CET 2017 - [email protected]
 
 - in simple_mode, block installation unless snapshots are enabled (bsc#1019652)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.9/package/yast2-storage.spec 
new/yast2-storage-3.2.11/package/yast2-storage.spec
--- old/yast2-storage-3.2.9/package/yast2-storage.spec  2017-03-14 
15:03:58.180625056 +0100
+++ new/yast2-storage-3.2.11/package/yast2-storage.spec 2017-03-23 
10:55:36.734441739 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.2.9
+Version:        3.2.11
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.9/src/modules/Storage.rb 
new/yast2-storage-3.2.11/src/modules/Storage.rb
--- old/yast2-storage-3.2.9/src/modules/Storage.rb      2017-03-14 
15:03:58.276625056 +0100
+++ new/yast2-storage-3.2.11/src/modules/Storage.rb     2017-03-23 
10:55:36.758441739 +0100
@@ -6474,23 +6474,6 @@
       deep_copy(ret)
     end
 
-
-    def CallInsserv(on, name)
-      Builtins.y2milestone("CallInsserv on: %1 name: %2", on, name)
-      scrname = Ops.add("/etc/init.d/", name)
-      if Ops.greater_than(SCR.Read(path(".target.size"), scrname), 0)
-        cmd = "cd / && /sbin/insserv "
-        cmd = Ops.add(cmd, "-r ") if !on
-        cmd = Ops.add(cmd, scrname)
-        Builtins.y2milestone("CallInsserv cmd %1", cmd)
-        bo = Convert.to_map(SCR.Execute(path(".target.bash_output"), cmd))
-        Builtins.y2milestone("CallInsserv bo %1", bo)
-      end
-
-      nil
-    end
-
-
     def FinishInstall
       Builtins.y2milestone("FinishInstall initial: %1", Stage.initial)
 
@@ -6531,8 +6514,6 @@
         need_dmmultipath
       )
 
-      CallInsserv(need_md, "boot.md")
-      CallInsserv(need_dmraid, "boot.dmraid")
       Service.Enable("multipathd") if need_dmmultipath
 
       Builtins.y2milestone("FinishInstall done")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.9/src/modules/StorageUpdate.rb 
new/yast2-storage-3.2.11/src/modules/StorageUpdate.rb
--- old/yast2-storage-3.2.9/src/modules/StorageUpdate.rb        2017-03-14 
15:03:58.296625056 +0100
+++ new/yast2-storage-3.2.11/src/modules/StorageUpdate.rb       2017-03-23 
10:55:36.762441739 +0100
@@ -728,24 +728,11 @@
               Ops.get_integer(oldv, "minor", 0) == 0
           UpdateFstabIseriesVd() if Arch.board_iseries
         end
-        if Ops.less_than(Ops.get_integer(oldv, "major", 0), 10) ||
-            Ops.get_integer(oldv, "major", 0) == 10 &&
-              Ops.less_or_equal(Ops.get_integer(oldv, "minor", 0), 2)
-          cmd = "cd / && /sbin/insserv /etc/init.d/boot.crypto"
-          bo = Convert.to_map(SCR.Execute(path(".target.bash_output"), cmd))
-          Builtins.y2milestone("Update bo %1", bo)
-
-          cmd = "cd / && /sbin/insserv /etc/init.d/boot.crypto-early"
-          bo = Convert.to_map(SCR.Execute(path(".target.bash_output"), cmd))
-          Builtins.y2milestone("Update bo %1", bo)
-        end
         if Ops.less_than(Ops.get_integer(oldv, "major", 0), 11) ||
             Ops.get_integer(oldv, "major", 0) == 11 &&
               Ops.less_or_equal(Ops.get_integer(oldv, "minor", 0), 2)
           UpdateFstabCryptNofail()
         end
-        #          if( oldv["major"]:0<=11 || (oldv["major"]:0==12 && 
oldv["minor"]:0<=1))
-        #              UpdateFstabWindowsMounts();
         if Ops.less_than(Ops.get_integer(oldv, "major", 0), 13)
           UpdateFstabRemoveSystemdMps()
         end


Reply via email to