Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-02-17 09:37:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-07 16:44:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-02-17 09:37:56.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 10 11:16:54 CET 2014 - aschn...@suse.de
+
+- fixed variable lookup (bnc#862752)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-storage-3.1.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.9/package/yast2-storage.changes 
new/yast2-storage-3.1.9/package/yast2-storage.changes
--- old/yast2-storage-3.1.9/package/yast2-storage.changes       2014-02-06 
10:34:28.000000000 +0100
+++ new/yast2-storage-3.1.9/package/yast2-storage.changes       2014-02-10 
11:29:05.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Mon Feb 10 11:16:54 CET 2014 - aschn...@suse.de
+
+- fixed variable lookup (bnc#862752)
+
+-------------------------------------------------------------------
 Wed Feb 05 18:12:05 CET 2014 - aschn...@suse.de
 
 - removed code setting MODULES_LOADED_ON_BOOT (bnc#838185)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.9/src/modules/Storage.rb 
new/yast2-storage-3.1.9/src/modules/Storage.rb
--- old/yast2-storage-3.1.9/src/modules/Storage.rb      2014-02-06 
10:34:28.000000000 +0100
+++ new/yast2-storage-3.1.9/src/modules/Storage.rb      2014-02-10 
11:29:05.000000000 +0100
@@ -2992,7 +2992,7 @@
         changed = true
         d = part.fetch("device", "")
         userdata = ::Storage::MapStringString.new()
-        part["userdata"].each do |a, b|
+        part.fetch("userdata", {}).each do |a, b|
           userdata[a]= b
         end
         Builtins.y2milestone("ChangeVolumeProperties userdata to %1", 
userdata.to_s)

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

Reply via email to