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 23A0410071 for ; Mon, 12 Aug 2013 21:42:44 +0000 (UTC) Received: (qmail 35037 invoked by uid 500); 12 Aug 2013 21:42:44 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 34974 invoked by uid 500); 12 Aug 2013 21:42: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 34965 invoked by uid 99); 12 Aug 2013 21:42:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Aug 2013 21:42:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B2DEB8BD01D; Mon, 12 Aug 2013 21:42:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: frankzhang@apache.org To: commits@cloudstack.apache.org Message-Id: <3c2bd027ed824fafb56c97ca8458b9ed@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to d1b4a8d Date: Mon, 12 Aug 2013 21:42:43 +0000 (UTC) Updated Branches: refs/heads/master f081092b8 -> d1b4a8d98 CLOUDSTACK-4149 [upgrade][2.2.13 -> 2.2.14 -> 4.2][KVM] When we try to upgrade the KVM agent from 2.2.14 to 4.2 using the "U" option in install.sh script, management server also gets installed! Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d1b4a8d9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d1b4a8d9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d1b4a8d9 Branch: refs/heads/master Commit: d1b4a8d98ca9b8fc52f9a99481aecee3fded0862 Parents: f081092 Author: frank Authored: Mon Aug 12 14:49:15 2013 -0700 Committer: frank Committed: Mon Aug 12 14:52:28 2013 -0700 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d1b4a8d9/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 0586c61..c2102bf 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -104,7 +104,6 @@ Obsoletes: cloud-deps < 4.1.0 Obsoletes: cloud-python < 4.1.0 Obsoletes: cloud-setup < 4.1.0 Obsoletes: cloud-cli < 4.1.0 -Obsoletes: cloud-daemonize < 4.1.0 Group: System Environment/Libraries %description common The Apache CloudStack files shared between agent and management server @@ -130,6 +129,7 @@ Provides: cloud-agent Obsoletes: cloud-agent < 4.1.0 Obsoletes: cloud-agent-libs < 4.1.0 Obsoletes: cloud-test < 4.1.0 +Obsoletes: cloud-daemonize < 4.1.0 Group: System Environment/Libraries %description agent The CloudStack agent for KVM hypervisors