Updated Branches: refs/heads/4.2 9c8f040e1 -> ab7a9339b
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/ab7a9339 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ab7a9339 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ab7a9339 Branch: refs/heads/4.2 Commit: ab7a9339b4188d491bbfb824498d0a635d5154ac Parents: 9c8f040 Author: frank <[email protected]> Authored: Mon Aug 12 11:10:16 2013 -0700 Committer: frank <[email protected]> Committed: Mon Aug 12 11:10:16 2013 -0700 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ab7a9339/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index f25567e..65d780d 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -85,7 +85,6 @@ Requires: %{name}-common = %{_ver} Requires: %{name}-awsapi = %{_ver} Obsoletes: cloud-client < 4.1.0 Obsoletes: cloud-client-ui < 4.1.0 -Obsoletes: cloud-daemonize < 4.1.0 Obsoletes: cloud-server < 4.1.0 Obsoletes: cloud-test < 4.1.0 Provides: cloud-client @@ -105,6 +104,7 @@ 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
