Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-10-14 09:33:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes      
2013-10-06 19:38:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-10-14 09:33:21.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Oct 11 14:26:18 CEST 2013 - [email protected]
+
+- adapted to device-mapper device name changes (bnc#810840)
+
+-------------------------------------------------------------------
+Wed Oct 09 16:14:20 CEST 2013 - [email protected]
+
+- boot.crypto, boot.crypto-early, boot.lvm no longer exist
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-storage-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.0/Rakefile 
new/yast2-storage-3.1.0/Rakefile
--- old/yast2-storage-3.1.0/Rakefile    2013-10-02 15:12:41.000000000 +0200
+++ new/yast2-storage-3.1.0/Rakefile    2013-10-11 16:25:31.000000000 +0200
@@ -1,6 +1,6 @@
 require "yast/rake"
 
-Packaging.configuration do |conf|
+Yast::Tasks.configuration do |conf|
   #lets ignore license check for now
   conf.skip_license_check << /.*/
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.0/package/yast2-storage.changes 
new/yast2-storage-3.1.0/package/yast2-storage.changes
--- old/yast2-storage-3.1.0/package/yast2-storage.changes       2013-10-02 
15:12:41.000000000 +0200
+++ new/yast2-storage-3.1.0/package/yast2-storage.changes       2013-10-11 
16:25:32.000000000 +0200
@@ -1,4 +1,14 @@
 -------------------------------------------------------------------
+Fri Oct 11 14:26:18 CEST 2013 - [email protected]
+
+- adapted to device-mapper device name changes (bnc#810840)
+
+-------------------------------------------------------------------
+Wed Oct 09 16:14:20 CEST 2013 - [email protected]
+
+- boot.crypto, boot.crypto-early, boot.lvm no longer exist
+
+-------------------------------------------------------------------
 Tue Oct 01 17:24:38 UTC 2013 - [email protected]
 
 - do not use *.spec.in template, use *.spec file with RPM macros
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.0/src/modules/Storage.rb 
new/yast2-storage-3.1.0/src/modules/Storage.rb
--- old/yast2-storage-3.1.0/src/modules/Storage.rb      2013-10-02 
15:12:41.000000000 +0200
+++ new/yast2-storage-3.1.0/src/modules/Storage.rb      2013-10-11 
16:25:32.000000000 +0200
@@ -695,7 +695,7 @@
         tmp = {}
         Ops.set(tmp, "disk", Builtins.substring(device, 0, dlen))
         device = Builtins.substring(device, dlen)
-        if Builtins.search(device, "_part") == 0
+        if Builtins.search(device, "-part") == 0
           device = Builtins.substring(device, 5)
         end
         if Ops.greater_than(Builtins.size(device), 0) &&
@@ -6454,13 +6454,7 @@
         need_dmmultipath
       )
 
-      if need_crypt
-        CallInsserv(true, "boot.crypto")
-        CallInsserv(true, "boot.crypto-early")
-      end
-
       CallInsserv(need_md, "boot.md")
-      CallInsserv(need_lvm, "boot.lvm")
       CallInsserv(need_dmraid, "boot.dmraid")
       CallInsserv(need_dmmultipath, "boot.multipath")
       CallInsserv(need_dmmultipath, "multipathd")

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to