Repository: cloudstack Updated Branches: refs/heads/hotfix/4.4/7038 3364b836d -> 6a26e7751 (forced update)
CLOUDSTACK-7038: Add mysql client dependency for mgmt server, rpms and debs Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6a26e775 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6a26e775 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6a26e775 Branch: refs/heads/hotfix/4.4/7038 Commit: 6a26e77514b955e5c9cbb00e51183ec74d3887a3 Parents: 4f0fc5c Author: Rohit Yadav <rohit.ya...@shapeblue.com> Authored: Wed Aug 20 11:47:00 2014 +0200 Committer: Rohit Yadav <rohit.ya...@shapeblue.com> Committed: Wed Aug 20 12:07:24 2014 +0200 ---------------------------------------------------------------------- debian/control | 2 +- packaging/centos63/cloud.spec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6a26e775/debian/control ---------------------------------------------------------------------- diff --git a/debian/control b/debian/control index 68aadc7..5ba74ef 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Description: A common package which contains files which are shared by several C Package: cloudstack-management Architecture: all -Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, libmysql-java, python-paramiko, augeas-tools +Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, libmysql-java, python-paramiko, augeas-tools, mysql-client Conflicts: cloud-server, cloud-client, cloud-client-ui Description: CloudStack server library The CloudStack management server http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6a26e775/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index e10aeaa..bb440bc 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -70,6 +70,7 @@ Requires: /sbin/mount.nfs Requires: openssh-clients Requires: nfs-utils Requires: wget +Requires: mysql Requires: mysql-connector-java Requires: ws-commons-util Requires: jpackage-utils