Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-10-28 10:43:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-10 17:30:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-10-28 10:43:36.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Oct 24 13:53:10 CEST 2016 - aschn...@suse.com
+
+- fixed installing required storage packages for unmounted
+  filesystems (bsc#907331)
+- 3.1.105
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.0umFrn/_old  2016-10-28 10:43:37.000000000 +0200
+++ /var/tmp/diff_new_pack.0umFrn/_new  2016-10-28 10:43:37.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.104
+Version:        3.1.105
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.1.104.tar.bz2 -> yast2-storage-3.1.105.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.104/package/yast2-storage.changes 
new/yast2-storage-3.1.105/package/yast2-storage.changes
--- old/yast2-storage-3.1.104/package/yast2-storage.changes     2016-09-29 
14:06:39.000000000 +0200
+++ new/yast2-storage-3.1.105/package/yast2-storage.changes     2016-10-24 
14:04:09.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Oct 24 13:53:10 CEST 2016 - aschn...@suse.com
+
+- fixed installing required storage packages for unmounted
+  filesystems (bsc#907331)
+- 3.1.105
+
+-------------------------------------------------------------------
 Thu Sep 29 12:19:20 CEST 2016 - aschn...@suse.com
 
 - removed displaying /var/log/messages (bsc#933517)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.104/package/yast2-storage.spec 
new/yast2-storage-3.1.105/package/yast2-storage.spec
--- old/yast2-storage-3.1.104/package/yast2-storage.spec        2016-09-29 
14:06:39.000000000 +0200
+++ new/yast2-storage-3.1.105/package/yast2-storage.spec        2016-10-24 
14:04:09.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.104
+Version:        3.1.105
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.104/src/lib/storage/used_storage_features.rb 
new/yast2-storage-3.1.105/src/lib/storage/used_storage_features.rb
--- old/yast2-storage-3.1.104/src/lib/storage/used_storage_features.rb  
2016-09-29 14:06:40.000000000 +0200
+++ new/yast2-storage-3.1.105/src/lib/storage/used_storage_features.rb  
2016-10-24 14:04:09.000000000 +0200
@@ -240,10 +240,10 @@
           feature_check(features, "Volume", name) { USED_BY_FEATURES[u.type] }
         end
 
+        feature_check(features, "Volume",  name, "filesystem") { 
FILESYSTEM_FEATURES[vol.fs] }
         feature_check(features, "Volume",  name, "encryption") { 
ENCRYPTION_FEATURES[vol.encryption] }
 
         if !vol.mount.empty?
-          feature_check(features, "Volume",  name, "filesystem") { 
FILESYSTEM_FEATURES[vol.fs] }
           feature_check(features, "Volume",  name) { snapshots?(vol) ? 
:FT_SNAPSHOTS : nil }
           feature_check(features, "Root FS", name) { root_btrfs?(vol) ? 
:FT_BTRFS_ROOT : nil }
 


Reply via email to