Hello community, here is the log from the commit of package yast2-storage for openSUSE:Factory checked in at 2013-06-05 13:26:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-04-17 23:19:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 2013-06-05 13:26:47.000000000 +0200 @@ -1,0 +2,15 @@ +Wed Apr 17 16:57:27 CEST 2013 - [email protected] + +- fixed target-map update if no disks are present (bnc#815259) + +------------------------------------------------------------------- +Wed Apr 17 16:05:25 CEST 2013 - [email protected] + +- prevent unexpected popup during proposal (bnc#814550) + +------------------------------------------------------------------- +Wed Apr 17 12:59:57 CEST 2013 - [email protected] + +- mark message for translation (bnc#803928) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage-2.24.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-2.24.1/storage/src/inst_target_part.ycp new/yast2-storage-2.24.1/storage/src/inst_target_part.ycp --- old/yast2-storage-2.24.1/storage/src/inst_target_part.ycp 2013-03-14 18:06:37.000000000 +0100 +++ new/yast2-storage-2.24.1/storage/src/inst_target_part.ycp 2013-05-13 15:47:29.000000000 +0200 @@ -23,7 +23,7 @@ * Module: inst_target_part.ycp * * Authors: Andreas Schwab ([email protected]) - * Klaus K�mpf ([email protected]) + * Klaus Kämpf ([email protected]) * * Purpose: This module ask the user which partition to use: * -Determing possible partitions. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-2.24.1/storage/src/modules/Partitions.ycp new/yast2-storage-2.24.1/storage/src/modules/Partitions.ycp --- old/yast2-storage-2.24.1/storage/src/modules/Partitions.ycp 2013-03-14 18:06:38.000000000 +0100 +++ new/yast2-storage-2.24.1/storage/src/modules/Partitions.ycp 2013-04-17 13:01:36.000000000 +0200 @@ -814,7 +814,7 @@ string text = ""; if( expert_partitioner ) { - text = sformat( "Operation not permitted on disk %1 !\n", disk["device"]:"" ); + text = sformat(_("Operation not permitted on disk %1.\n"), disk["device"]:""); } if (!disk["has_fake_partition"]:false) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-2.24.1/storage/src/modules/Storage.ycp new/yast2-storage-2.24.1/storage/src/modules/Storage.ycp --- old/yast2-storage-2.24.1/storage/src/modules/Storage.ycp 2013-04-16 18:16:37.000000000 +0200 +++ new/yast2-storage-2.24.1/storage/src/modules/Storage.ycp 2013-04-17 17:01:36.000000000 +0200 @@ -4085,8 +4085,7 @@ }); } y2milestone ("probing done" ); - if( size(tmp)>0 ) - { + probe_done = true; changed = true; foreach (string dev, map disk, tmp, { @@ -4127,7 +4126,6 @@ tmp = AskCryptPasswords( tmp ); } StorageMap[targets_key] = tmp; - } } if( changed ) { @@ -4700,7 +4698,7 @@ } } - if (ret && substring(disk["device"]:"", 0, 9) == "/dev/dasd") + if (ret && verbose && substring(disk["device"]:"", 0, 9) == "/dev/dasd") { if (find(map partition, disk["partitions"]:[], { return partition["device"]:"" != p["device"]:"" && -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
