Author: xwhu Date: Fri Jul 1 07:35:07 2011 New Revision: 64684
URL: http://svn.opensuse.org/viewcvs/yast?rev=64684&view=rev Log: add new package dependency on conntrack-tools
Modified: trunk/cluster/src/Cluster.ycp
Modified: trunk/cluster/src/Cluster.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/cluster/src/Cluster.ycp?rev=64684... ============================================================================== --- trunk/cluster/src/Cluster.ycp (original) +++ trunk/cluster/src/Cluster.ycp Fri Jul 1 07:35:07 2011 @@ -337,7 +337,7 @@ );
boolean ret = false; - list<string> required_pack_list = ["pacemaker", "pacemaker-mgmt", "pacemaker-mgmt-client", "csync2"]; + list<string> required_pack_list = ["pacemaker", "pacemaker-mgmt", "pacemaker-mgmt-client", "csync2", "conntrack-tools"]; ret = PackageSystem::CheckAndInstallPackagesInteractive(required_pack_list); if (ret == false) { Report::Error(_("Cannot install required package"));
yast-commit@lists.opensuse.org