Updated Branches: refs/heads/4.2 e821ed073 -> b6a523e01
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/b6a523e0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b6a523e0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b6a523e0 Branch: refs/heads/4.2 Commit: b6a523e015e62bbefbf5a6284b63731b3445baec Parents: e821ed0 Author: frank <[email protected]> Authored: Mon Aug 12 14:49:15 2013 -0700 Committer: frank <[email protected]> Committed: Mon Aug 12 14:49:15 2013 -0700 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b6a523e0/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 65d780d..8cc6b48 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 @@ -129,6 +128,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
