Hello community,

here is the log from the commit of package yast2-storage for openSUSE:12.1 
checked in at 2011-11-05 11:37:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/yast2-storage (Old)
 and      /work/SRC/openSUSE:12.1/.yast2-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage", Maintainer is "aschn...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1/yast2-storage/yast2-storage.changes 2011-11-02 
12:23:10.000000000 +0100
+++ /work/SRC/openSUSE:12.1/.yast2-storage.new/yast2-storage.changes    
2011-11-05 12:23:24.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov  2 13:04:19 CET 2011  - f...@suse.de
+
+- version 2.21.13
+- add nofail for fstab entries on USB, ISCSI and FCOE disks
+  (bnc#726926)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.aqcW5Q/_old  2011-11-05 12:23:26.000000000 +0100
+++ /var/tmp/diff_new_pack.aqcW5Q/_new  2011-11-05 12:23:26.000000000 +0100
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-storage
-Version:        2.21.12
+Version:        2.21.13
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-storage-2.21.12.tar.bz2
+Source0:        yast2-storage-2.21.13.tar.bz2
 
 Prefix:         /usr
 
@@ -55,7 +55,7 @@
 devices during installation and on an installed system.
 
 %prep
-%setup -n yast2-storage-2.21.12
+%setup -n yast2-storage-2.21.13
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-storage-2.21.12.tar.bz2 -> yast2-storage-2.21.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.21.12/VERSION 
new/yast2-storage-2.21.13/VERSION
--- old/yast2-storage-2.21.12/VERSION   2011-10-31 18:45:50.000000000 +0100
+++ new/yast2-storage-2.21.13/VERSION   2011-11-03 16:51:44.000000000 +0100
@@ -1 +1 @@
-2.21.12
+2.21.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-2.21.12/storage/src/modules/FileSystems.ycp 
new/yast2-storage-2.21.13/storage/src/modules/FileSystems.ycp
--- old/yast2-storage-2.21.12/storage/src/modules/FileSystems.ycp       
2011-10-18 11:27:56.000000000 +0200
+++ new/yast2-storage-2.21.13/storage/src/modules/FileSystems.ycp       
2011-11-02 13:05:48.000000000 +0100
@@ -8,7 +8,7 @@
  * These module contains the supported filesystems and their settings.
  *
  *
- * $Id: FileSystems.ycp 66475 2011-10-18 09:27:53Z fehr $
+ * $Id: FileSystems.ycp 66661 2011-11-02 12:05:47Z fehr $
  */
 {
   module "FileSystems";
@@ -1345,7 +1345,7 @@
     string dev = part["device"]:"";
     LibStorage::StorageInterface::getContVolInfo(sint, dev, dp);
     integer t = LibStorage::ContVolInfo::swig_ctype_get(dp);
-    if( t == LibStorage::DISK() )
+    if( t == LibStorage::DISK() && part["mount"]:""!="/" )
        {
        any infos = LibStorage::DiskInfo::new("LibStorage::DiskInfo");
        string disk = LibStorage::ContVolInfo::swig_cdevice_get(dp);
@@ -1353,7 +1353,10 @@
        integer r = LibStorage::StorageInterface::getDiskInfo(sint, disk, 
infos);
        if( r==0 )
            {
-           if(LibStorage::DiskInfo::swig_iscsi_get(infos))
+           integer t = LibStorage::DiskInfo::swig_transport_get(infos);
+           list<integer> hotpl = [ LibStorage::USB(), LibStorage::FCOE(), 
LibStorage::ISCSI() ];
+           y2milestone( "DefaultFstabOptions transport:%1 list:%2", t, hotpl );
+           if( contains( hotpl, t ))
                {
                if( size(fst_default)>0 )
                    fst_default = fst_default + ",";

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to