Description of problem: Cannot install client tools on Fedora 17 rror: Package: rubygem-sshkey-1.3.0-1.el6_2.noarch (li) Requires: ruby(abi) = 1.8 Installed: ruby-libs-1.9.3.194-10.1.fc17.x86_64 (@fedora) ruby(abi) = 1.9.1 Available: ruby-libs-1.8.7.352-5.el6_2.x86_64 (li) ruby(abi) = 1.8 Error: Package: rubygem-net-ssh-2.3.0-1.el6_2.noarch (li) Requires: ruby(abi) = 1.8 Installed: ruby-libs-1.9.3.194-10.1.fc17.x86_64 (@fedora) ruby(abi) = 1.9.1 Available: ruby-libs-1.8.7.352-5.el6_2.x86_64 (li) ruby(abi) = 1.8 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
We will need to find a location to host this RPM if this is in fact a desired approach but there is a new F17 compliant SPEC in a branch of os-client-tools called origin/f17
Any further updates? I am going to run an intro to openshift talk on Saturday June 16 and would need to show it on a Fedora 17 machine. Failing which, I might have to have a Fedora 16 VM on the Fedora 17 machine and show it from there. Thanks.
Harish, this works on F17: # yum install rubygem-rhc.noarch It seems no openshift.repo was necessary for me. rhc tool seems to work find after installing.
For F17 installation bugs, please report it with rubygem-rhc component at Fedora instance (just found this by pure luck). Meanwhile, there are new dependencies to get into account for version 0.93.18. * rubygem-sshkey is not yet packaged Dont use rubygem-rhc 0.93.18 from Fedora updates-testing 0.93.18 , dependencies are broken. And yes there's no need on using openshift.repo in Fedora. You should be ok using rubygem-rhc-0.92.11-1.fc17 from Fedora repos, just: # yum install rubygem-rhc
OK, Tried: # yum install rubygem-rhc and that works. Perhaps I should disable the openshift repo. Should I file a bz on the docs?
the docs should be updated