[yast-commit] r64169 - /branches/SuSE-Code-11-SP2-Branch/fcoe-client/src/inst_fcoe-client.ycp
Author: gs Date: Tue May 31 13:18:00 2011 New Revision: 64169 URL: http://svn.opensuse.org/viewcvs/yast?rev=64169&view=rev Log: use 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-client/src/inst_fcoe-client.ycp?rev=64169&r1=64168&r2=64169&view=diff ============================================================================== --- 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:18:00 2011 @@ -24,7 +24,7 @@ import "Report"; import "Summary"; import "ModuleLoading"; -import "Packages"; +import "PackagesProposal"; import "Installation"; import "String"; import "FcoeClient"; @@ -84,7 +84,7 @@ y2milestone("MainSequence ret=%1", ret); // add package open-fcoe to installed system -Packages::addAdditionalPackage("open-fcoe"); +PackagesProposal::AddResolvables( "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