Updated Branches: refs/heads/4.2 f1a6de5ee -> 8cd3a9725
add iptables/ethtool/vconfig requirement on Agent in cloud.spec Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8cd3a972 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8cd3a972 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8cd3a972 Branch: refs/heads/4.2 Commit: 8cd3a9725ae9b40dc329d53f718f2108bfb6a78c Parents: f1a6de5 Author: Wei Zhou <[email protected]> Authored: Thu Jul 18 09:29:26 2013 +0200 Committer: Wei Zhou <[email protected]> Committed: Thu Jul 18 09:38:33 2013 +0200 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8cd3a972/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 97211e4..61e00bd 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -114,6 +114,9 @@ Requires: %{name}-common = %{_ver} Requires: libvirt Requires: bridge-utils Requires: ebtables +Requires: iptables +Requires: ethtool +Requires: vconfig Requires: ipset Requires: jsvc Requires: jakarta-commons-daemon
