Author: fehr Date: Thu Jul 14 13:56:07 2011 New Revision: 64808 URL: http://svn.opensuse.org/viewcvs/yast?rev=64808&view=rev Log: call Pkg::PkgSolve to fix bnc#702365 Modified: trunk/storage/VERSION trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/modules/Storage.ycp Modified: trunk/storage/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/VERSION?rev=64808&r1=64807&r2=64808&view=diff ============================================================================== --- trunk/storage/VERSION (original) +++ trunk/storage/VERSION Thu Jul 14 13:56:07 2011 @@ -1 +1 @@ -2.21.2 +2.21.3 Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=64808&r1=64807&r2=64808&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Thu Jul 14 13:56:07 2011 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jul 14 13:52:16 CEST 2011 - fehr@suse.de + +- call Pkg::PkgSolve to fix bnc#702365 +- version 2.21.3 + +------------------------------------------------------------------- Wed Jul 6 19:04:10 CEST 2011 - fehr@suse.de - fix bug when setting mount point and changing fstype from Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=64808&r1=64807&r2=64808&view=diff ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Thu Jul 14 13:56:07 2011 @@ -5074,6 +5074,7 @@ y2error("PackagesProposal::SetResolvables() for %1 failed", pkgs); Report::Error(sformat(_("Add the following resolvables failed: %1"), pkgs)); } + Pkg::PkgSolve(true); if( Stage::initial() ) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org