Updated Branches: refs/heads/4.0 368a9ff52 -> 2f99c25a0
deb: Have the agent depend on the System ISO This is needed for deploying System VMs on a KVM hypervisor Without this ISO we can't deploy this System VMs Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/2f99c25a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2f99c25a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2f99c25a Branch: refs/heads/4.0 Commit: 2f99c25a046b39f8377fb2cdacaedb7404a59481 Parents: 368a9ff Author: Wido den Hollander <[email protected]> Authored: Mon Nov 5 10:28:13 2012 +0100 Committer: Joe Brockmeier <[email protected]> Committed: Wed Dec 5 10:15:20 2012 -0600 ---------------------------------------------------------------------- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2f99c25a/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index e9f8ed7..283368a 100644 --- a/debian/control +++ b/debian/control @@ -90,7 +90,7 @@ Description: CloudStack agent libraries Package: cloud-agent Architecture: any -Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-agent-deps (= ${source:Version}), cloud-python (= ${source:Version}), cloud-agent-libs (= ${source:Version}), cloud-scripts (= ${source:Version}), libvirt0, sysvinit-utils, chkconfig, qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, ebtables, vlan, liblog4j1.2-java (>= 1.2.16), libjna-java, wget, jsvc, lsb-base (>= 3.2) +Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-agent-deps (= ${source:Version}), cloud-python (= ${source:Version}), cloud-agent-libs (= ${source:Version}), cloud-scripts (= ${source:Version}), cloud-system-iso (= ${source:Version}), libvirt0, sysvinit-utils, chkconfig, qemu-kvm, libvirt-bin, uuid-runtime, rsync, grep, iproute, ebtables, vlan, liblog4j1.2-java (>= 1.2.16), libjna-java, wget, jsvc, lsb-base (>= 3.2) Description: CloudStack agent The CloudStack agent is in charge of managing shared computing resources in a CloudStack powered cloud. Install this package if this computer
