[yast-commit] r64171 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp
Author: gs Date: Tue May 31 13:51:29 2011 New Revision: 64171 URL: http://svn.opensuse.org/viewcvs/yast?rev=64171&view=rev Log: correct params for PackagesProposal::AddResolvables Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp Modified: branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/fcoe-c... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp Tue May 31 13:51:29 2011 @@ -83,8 +83,9 @@ ret = MainSequence(); y2milestone("MainSequence ret=%1", ret); -// add package open-fcoe to installed system -PackagesProposal::AddResolvables( "open-fcoe"); +// add package open-fcoe to pool that is then used by software proposal +// to propose a selection +PackagesProposal::AddResolvables( "fcoe", `package, ["open-fcoe"] ); // workflow not aborted if ( ret == `next ) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn2.opensuse.org