Author: jreidinger
Date: Tue May 31 17:30:07 2011
New Revision: 64178
URL: http://svn.opensuse.org/viewcvs/yast?rev=64178&view=rev
Log:
add ca management to implement SP2 features
Added:
branches/SuSE-Code-11-SP2-Branch/ca-management/ (props changed)
- copied from r64177, branches/SuSE-Code-11-SP1-Branch/ca-management/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: gs
Date: Tue May 31 14:19:20 2011
New Revision: 64175
URL: http://svn.opensuse.org/viewcvs/yast?rev=64175&view=rev
Log:
Created tag branch-Code-11-SP2-2_17_2 for fcoe-client
Added:
tags/branch-Code-11-SP2-2_17_2/fcoe-client/
- copied from r64174, branches/SuSE-Code-11-SP2-Branch/fcoe-client/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: gs
Date: Tue May 31 13:52:42 2011
New Revision: 64172
URL: http://svn.opensuse.org/viewcvs/yast?rev=64172&view=rev
Log:
correct params for PackagesProposal::AddResolvables()
Modified:
trunk/fcoe-client/src/inst_fcoe-client.ycp
Modified: trunk/fcoe-client/src/inst_fcoe-client.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/fcoe-client/src/inst_fcoe-client…
==============================================================================
--- trunk/fcoe-client/src/inst_fcoe-client.ycp (original)
+++ trunk/fcoe-client/src/inst_fcoe-client.ycp Tue May 31 13:52:42 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(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org