Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0E4411D83 for ; Wed, 20 Aug 2014 09:47:44 +0000 (UTC) Received: (qmail 83415 invoked by uid 500); 20 Aug 2014 09:47:44 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 83388 invoked by uid 500); 20 Aug 2014 09:47:44 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 83379 invoked by uid 99); 20 Aug 2014 09:47:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2014 09:47:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6A7D6953EFC; Wed, 20 Aug 2014 09:47:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <0dba98fb31a240b39fc22c4c2cda2936@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/hotfix/4.3/7038 to 2028ca4 Date: Wed, 20 Aug 2014 09:47:44 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/hotfix/4.3/7038 [created] 2028ca4b2 CLOUDSTACK-7038: Add mysql client dependency for mgmt server/rpms Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2028ca4b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2028ca4b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2028ca4b Branch: refs/heads/hotfix/4.3/7038 Commit: 2028ca4b2db89f78875fc0b42367185ef7c7cb78 Parents: e4ae5b2 Author: Rohit Yadav Authored: Wed Aug 20 11:47:00 2014 +0200 Committer: Rohit Yadav Committed: Wed Aug 20 11:47:00 2014 +0200 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2028ca4b/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index b363a2e..f5ff30c 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