Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-02-04 21:51:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-01-30 11:38:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-02-04 22:50:45.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb 03 12:44:35 CET 2014 - aschn...@suse.de
+
+- include only devices know to libstorage in target-map
+  (bnc#860400)
+- version 3.1.7
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.Dwds3L/_old  2014-02-04 22:50:46.000000000 +0100
+++ /var/tmp/diff_new_pack.Dwds3L/_new  2014-02-04 22:50:46.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.1.6.tar.bz2 -> yast2-storage-3.1.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.6/package/yast2-storage.changes 
new/yast2-storage-3.1.7/package/yast2-storage.changes
--- old/yast2-storage-3.1.6/package/yast2-storage.changes       2014-01-23 
16:24:48.000000000 +0100
+++ new/yast2-storage-3.1.7/package/yast2-storage.changes       2014-02-03 
14:19:06.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Feb 03 12:44:35 CET 2014 - aschn...@suse.de
+
+- include only devices know to libstorage in target-map
+  (bnc#860400)
+- version 3.1.7
+
+-------------------------------------------------------------------
 Tue Jan 21 11:31:36 UTC 2014 - jsr...@suse.cz
 
 - propose dedicated /boot/zipl partition on S/390 (bnc#853930)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.6/package/yast2-storage.spec 
new/yast2-storage-3.1.7/package/yast2-storage.spec
--- old/yast2-storage-3.1.6/package/yast2-storage.spec  2014-01-23 
16:24:48.000000000 +0100
+++ new/yast2-storage-3.1.7/package/yast2-storage.spec  2014-02-03 
14:19:06.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.6
+Version:        3.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.6/src/modules/Storage.rb 
new/yast2-storage-3.1.7/src/modules/Storage.rb
--- old/yast2-storage-3.1.6/src/modules/Storage.rb      2014-01-23 
16:24:48.000000000 +0100
+++ new/yast2-storage-3.1.7/src/modules/Storage.rb      2014-02-03 
14:19:06.000000000 +0100
@@ -4511,8 +4511,14 @@
           Builtins.size(rename),
           0
         )
-        Builtins.y2milestone("probing done")
 
+        # remove all devices unknown to libstorage, otherwise the target-map
+        # has containers without container-type
+        tmp.select! do |dev, disk|
+          @conts.any? { |c| c["device"] == dev }
+        end
+
+        Builtins.y2milestone("probing done")
         @probe_done = true
         changed = true
         Builtins.foreach(tmp) do |dev, disk|

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

Reply via email to