mirror of https://github.com/apache/cloudstack.git
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!
This commit is contained in:
parent
2056524411
commit
35ab598d1f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue