Hello community, here is the log from the commit of package yast2-storage for openSUSE:Factory checked in at 2014-10-15 21:58:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-10-07 18:24:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 2014-10-15 21:58:59.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Oct 13 10:00:51 CEST 2014 - [email protected] + +- fixed setting disk label on multipath devices (bsc#898525) +- version 3.1.49 + +------------------------------------------------------------------- Old: ---- yast2-storage-3.1.48.tar.bz2 New: ---- yast2-storage-3.1.49.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage.spec ++++++ --- /var/tmp/diff_new_pack.zVVQfI/_old 2014-10-15 21:59:00.000000000 +0200 +++ /var/tmp/diff_new_pack.zVVQfI/_new 2014-10-15 21:59:00.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage -Version: 3.1.48 +Version: 3.1.49 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-storage-3.1.48.tar.bz2 -> yast2-storage-3.1.49.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.48/package/yast2-storage.changes new/yast2-storage-3.1.49/package/yast2-storage.changes --- old/yast2-storage-3.1.48/package/yast2-storage.changes 2014-10-07 12:28:11.000000000 +0200 +++ new/yast2-storage-3.1.49/package/yast2-storage.changes 2014-10-14 12:03:13.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Oct 13 10:00:51 CEST 2014 - [email protected] + +- fixed setting disk label on multipath devices (bsc#898525) +- version 3.1.49 + +------------------------------------------------------------------- Tue Oct 07 12:15:21 CEST 2014 - [email protected] - avoid keyboard shortcut conflict (bsc#882643) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.48/package/yast2-storage.spec new/yast2-storage-3.1.49/package/yast2-storage.spec --- old/yast2-storage-3.1.48/package/yast2-storage.spec 2014-10-07 12:28:11.000000000 +0200 +++ new/yast2-storage-3.1.49/package/yast2-storage.spec 2014-10-14 12:03:13.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage -Version: 3.1.48 +Version: 3.1.49 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.48/src/modules/Storage.rb new/yast2-storage-3.1.49/src/modules/Storage.rb --- old/yast2-storage-3.1.48/src/modules/Storage.rb 2014-10-07 12:28:11.000000000 +0200 +++ new/yast2-storage-3.1.49/src/modules/Storage.rb 2014-10-14 12:03:13.000000000 +0200 @@ -4711,7 +4711,8 @@ if Ops.get_boolean(target, [k, "delete"], false) if Ops.get_symbol(target, [k, "type"], :CT_UNKNOWN) == :CT_LVM DeleteLvmVg(Ops.get_string(target, [k, "name"], "")) - elsif Ops.get_symbol(target, [k, "type"], :CT_UNKNOWN) == :CT_DISK + elsif Ops.get_symbol(target, [k, "type"], :CT_UNKNOWN) == :CT_DISK || + Ops.get_symbol(target, [k, "type"], :CT_UNKNOWN) == :CT_DMMULTIPATH DeletePartitionTable( k, Ops.get_string(target, [k, "disklabel"], "") -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
