Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory
checked in at Mon Jul 11 09:00:52 CEST 2011.



--------
--- yast2-storage/yast2-storage.changes 2011-07-05 09:36:48.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-storage/yast2-storage.changes    
2011-07-08 14:22:52.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul  6 19:04:10 CEST 2011 - f...@suse.de
+
+- fix bug when setting mount point and changing fstype from 
+  non-btrfs to btrfs and vice versa
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.UyzNzs/_old  2011-07-11 09:00:33.000000000 +0200
+++ /var/tmp/diff_new_pack.UyzNzs/_new  2011-07-11 09:00:33.000000000 +0200
@@ -20,7 +20,7 @@
 
 Name:           yast2-storage
 Version:        2.21.2
-Release:        3
+Release:        5
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-storage-2.21.2.tar.bz2

++++++ yast2-storage-2.21.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.21.2/storage/src/modules/Storage.ycp 
new/yast2-storage-2.21.2/storage/src/modules/Storage.ycp
--- old/yast2-storage-2.21.2/storage/src/modules/Storage.ycp    2011-06-22 
11:56:14.000000000 +0200
+++ new/yast2-storage-2.21.2/storage/src/modules/Storage.ycp    2011-07-07 
12:21:47.000000000 +0200
@@ -19,7 +19,7 @@
  * wurde versucht "intelligent" zu gestallten und ist im einzelen bei den
  * entspechenden Funktionen n�her erkl�rt.
  *
- * $Id: Storage.ycp 64537 2011-06-22 09:56:13Z aschnell $
+ * $Id: Storage.ycp 64757 2011-07-06 17:08:06Z fehr $
  */
 {
   module "Storage";
@@ -1954,6 +1954,7 @@
                    {
                    found = true;
                    p = pp;
+                   mdev = pp;
                    }
                }
            return( p );
@@ -1964,9 +1965,13 @@
        }
     else
        y2error( "UpdateTargetMapDev key %1 not found in target", 
disk["device"]:"" );
+    y2milestone( "UpdateTargetMapDev mdev %1", mdev );
     if( mdev["used_fs"]:`unknown == `btrfs )
        {
-       tg["/dev/btrfs"] = getContainerInfo(tg["/dev/btrfs"]:$[]);
+       map bt = tg["/dev/btrfs"]:$[];
+       if( size(bt)==0 )
+           bt["type"] = `CT_BTRFS;
+       tg["/dev/btrfs"] = getContainerInfo(bt);
        tg = HandleBtrfsSimpleVolumes( tg );
        }
     StorageMap[targets_key] = tg;


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



Remember to have fun...

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

Reply via email to