Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-09-17 14:36:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2016-08-31 00:02:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-09-17 14:36:07.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Sep 14 10:50:26 CEST 2016 - shundham...@suse.de
+
+- Don't try to format a partition with file system type 'unknown'
+  (bsc#996007)
+- 3.1.103
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.P0KN47/_old  2016-09-17 14:36:08.000000000 +0200
+++ /var/tmp/diff_new_pack.P0KN47/_new  2016-09-17 14:36:08.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.102
+Version:        3.1.103
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.1.102.tar.bz2 -> yast2-storage-3.1.103.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.102/package/yast2-storage.changes 
new/yast2-storage-3.1.103/package/yast2-storage.changes
--- old/yast2-storage-3.1.102/package/yast2-storage.changes     2016-08-26 
12:45:12.000000000 +0200
+++ new/yast2-storage-3.1.103/package/yast2-storage.changes     2016-09-15 
15:14:21.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Sep 14 10:50:26 CEST 2016 - shundham...@suse.de
+
+- Don't try to format a partition with file system type 'unknown'
+  (bsc#996007)
+- 3.1.103
+
+-------------------------------------------------------------------
 Fri Aug 26 08:18:42 UTC 2016 - igonzalezs...@suse.com
 
 - Don't check for installer restart as it's not needed anymore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.102/package/yast2-storage.spec 
new/yast2-storage-3.1.103/package/yast2-storage.spec
--- old/yast2-storage-3.1.102/package/yast2-storage.spec        2016-08-26 
12:45:12.000000000 +0200
+++ new/yast2-storage-3.1.103/package/yast2-storage.spec        2016-09-15 
15:14:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.102
+Version:        3.1.103
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.102/src/modules/Storage.rb 
new/yast2-storage-3.1.103/src/modules/Storage.rb
--- old/yast2-storage-3.1.102/src/modules/Storage.rb    2016-08-26 
12:45:12.000000000 +0200
+++ new/yast2-storage-3.1.103/src/modules/Storage.rb    2016-09-15 
15:14:21.000000000 +0200
@@ -1366,9 +1366,9 @@
       Ops.set(p, "size_k", vinfo.sizeK)
       fs = toSymbol(FileSystems.conv_fs, vinfo.fs)
       Ops.set(p, "used_fs", fs) if fs != :unknown
+      Ops.set(p, "format", true) if vinfo.format && fs != :unknown
       fs = toSymbol(FileSystems.conv_fs, vinfo.detected_fs)
       Ops.set(p, "detected_fs", fs)
-      Ops.set(p, "format", true) if vinfo.format
       Ops.set(p, "create", true) if vinfo.create
       tmp = vinfo.mount
       if !Builtins.isempty(tmp)


Reply via email to