Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2014-07-24 06:57:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-multipath"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2014-05-27 18:24:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes     
2014-07-24 06:57:26.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 16 08:00:37 UTC 2014 - [email protected]
+
+- BNC#887467. Fix fail to delete multipath without an "alias".
+- Version 3.1.3
+
+-------------------------------------------------------------------

Old:
----
  yast2-multipath-3.1.2.tar.bz2

New:
----
  yast2-multipath-3.1.3.tar.bz2

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

Other differences:
------------------
++++++ yast2-multipath.spec ++++++
--- /var/tmp/diff_new_pack.wXx43h/_old  2014-07-24 06:57:27.000000000 +0200
+++ /var/tmp/diff_new_pack.wXx43h/_new  2014-07-24 06:57:27.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-multipath
-Version:        3.1.2
+Version:        3.1.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-multipath-3.1.2.tar.bz2 -> yast2-multipath-3.1.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.2/package/yast2-multipath.changes 
new/yast2-multipath-3.1.3/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.2/package/yast2-multipath.changes   2014-05-27 
05:26:42.000000000 +0200
+++ new/yast2-multipath-3.1.3/package/yast2-multipath.changes   2014-07-22 
04:26:11.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Jul 16 08:00:37 UTC 2014 - [email protected]
+
+- BNC#887467. Fix fail to delete multipath without an "alias".
+- Version 3.1.3
+
+-------------------------------------------------------------------
 Tue May 27 03:25:41 UTC 2014 - [email protected]
 
 - Using same spec file of ibs and obs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-multipath-3.1.2/package/yast2-multipath.spec 
new/yast2-multipath-3.1.3/package/yast2-multipath.spec
--- old/yast2-multipath-3.1.2/package/yast2-multipath.spec      2014-05-27 
05:26:42.000000000 +0200
+++ new/yast2-multipath-3.1.3/package/yast2-multipath.spec      2014-07-22 
04:26:11.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-multipath
-Version:        3.1.2
+Version:        3.1.3
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.2/src/include/multipath/complex.rb 
new/yast2-multipath-3.1.3/src/include/multipath/complex.rb
--- old/yast2-multipath-3.1.2/src/include/multipath/complex.rb  2014-05-12 
03:46:46.000000000 +0200
+++ new/yast2-multipath-3.1.3/src/include/multipath/complex.rb  2014-07-22 
04:26:11.000000000 +0200
@@ -1294,16 +1294,15 @@
 
     def Multipath_Dialog(option)
       if option == :multipaths_del_id
-        cur = Convert.to_integer(
-          UI.QueryWidget(Id(:multipaths_table_id), :CurrentItem)
-        )
+        cur =  UI.QueryWidget(Id(:multipaths_table_id), :CurrentItem).to_i
         cur_item = Convert.to_term(
           UI.QueryWidget(Id(:multipaths_table_id), term(:Item, cur))
         )
+
         @multipaths_items = Builtins.filter(@multipaths_items) do |item|
-          _alias = Builtins.sformat("%1", Ops.get_string(cur_item, 1, "NA"))
+          _wwid = Builtins.sformat("%1", Ops.get_string(cur_item, 2, "NA"))
           ret = false
-          ret = Ops.get_string(item, "alias", "NA") != _alias
+          ret = Ops.get_string(item, "wwid", "NA") != _wwid
           Multipath.config_modified = true if ret == false
           ret
         end

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to