CLOUDSTACK-1689: Adding ipset as part of agent install for debian Signed-off-by: Chip Childers <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6eac4229 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6eac4229 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6eac4229 Branch: refs/heads/kvm-vnc-listen Commit: 6eac4229434b46ee74b5952d3abd26b646166b39 Parents: 8dd0b77 Author: Pradeep Soundararajan <[email protected]> Authored: Mon Apr 1 15:31:08 2013 +0100 Committer: Chip Childers <[email protected]> Committed: Mon Apr 1 15:33:23 2013 +0100 ---------------------------------------------------------------------- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6eac4229/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 8f82fc3..27a3150 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Description: CloudStack server library Package: cloudstack-agent Architecture: all -Depends: openjdk-6-jre | openjdk-7-jre, cloudstack-common (= ${source:Version}), lsb-base (>= 3.2), libcommons-daemon-java, libjna-java, openssh-client, libvirt0, sysvinit-utils, chkconfig, qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, perl-base, perl-modules, ebtables, vlan, wget, jsvc +Depends: openjdk-6-jre | openjdk-7-jre, cloudstack-common (= ${source:Version}), lsb-base (>= 3.2), libcommons-daemon-java, libjna-java, openssh-client, libvirt0, sysvinit-utils, chkconfig, qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, perl-base, perl-modules, ebtables, vlan, wget, jsvc, ipset Conflicts: cloud-agent, cloud-agent-libs, cloud-agent-deps, cloud-agent-scripts Description: CloudStack agent The CloudStack agent is in charge of managing shared computing resources in
