Hello ACS Users,
I’m trying to upgrade ACS 4.5.2 -> ACS 4.6 using instructions found here (http://cloudstack-release-notes.readthedocs.org/en/4.6.0/upgrade/upgrade-4.5.html).
I’ve ran into an issue. The RPM cloudstack-awsapi is missing from the 4.6 repository. Will
this get added later? May I skip this broken dependancy?
Thanks in advance for everyones help,
Dustin
my repo info ...
[root@controller yum.repos.d]# cat cloudstack.repo
[cloudstack]
name=cloudstack
baseurl=http://cloudstack.apt-get.eu/rhel/4.6/
enabled=1
gpgcheck=0
my error message ...
[root@controller yum.repos.d]# sudo yum upgrade cloudstack-management
Loaded plugins: fastestmirror
Setting up Upgrade Process
Loading mirror speeds from cached hostfile
* base: pubmirrors.dal.corespace.com
* extras: pubmirrors.dal.corespace.com
* updates: mirror.umd.edu
Resolving Dependencies
--> Running transaction check
---> Package cloudstack-management.x86_64 0:4.5.2-1.el6 will be updated
--> Processing Dependency: cloudstack-management = 4.5.2 for package: cloudstack-awsapi-4.5.2-1.el6.x86_64
---> Package cloudstack-management.x86_64 0:4.6.0-1.el6 will be an update
--> Processing Dependency: cloudstack-common = 4.6.0 for package: cloudstack-management-4.6.0-1.el6.x86_64
--> Running transaction check
---> Package cloudstack-common.x86_64 0:4.5.2-1.el6 will be updated
---> Package cloudstack-common.x86_64 0:4.6.0-1.el6 will be an update
---> Package cloudstack-management.x86_64 0:4.5.2-1.el6 will be updated
--> Processing Dependency: cloudstack-management = 4.5.2 for package: cloudstack-awsapi-4.5.2-1.el6.x86_64
--> Finished Dependency Resolution
Error: Package: cloudstack-awsapi-4.5.2-1.el6.x86_64 (@cloudstack)
Requires: cloudstack-management = 4.5.2
Removing: cloudstack-management-4.5.2-1.el6.x86_64 (@cloudstack)
cloudstack-management = 4.5.2-1.el6
Updated By: cloudstack-management-4.6.0-1.el6.x86_64 (cloudstack)
cloudstack-management = 4.6.0-1.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
|