Error upgrading from 1.4 to 1.5 on centos 1.4

> root-> yum upgrade ruby* foreman*
>
> …
>
> —> Package rubygem-json.x86_64 0:1.4.6-1.el6 will be updated
> —> Package rubygem-json.x86_64 0:1.5.5-1.el6 will be an update
> —> Package scl-utils.x86_64 0:20120927-2.el6 will be updated
> —> Package scl-utils.x86_64 0:20120927-8.el6.centos.alt will be an update
> --> Processing Dependency: /usr/bin/ruby193-ruby for package:
> foreman-1.4.0-1.el6.noarch
> --> Finished Dependency Resolution
> Error: Package: foreman-1.4.0-1.el6.noarch (@foreman)
> Requires: /usr/bin/ruby193-ruby
> Removing: ruby193-ruby-1.9.3.327-29.el6.x86_64 (@foreman)
> Not found
> Updated By: ruby193-ruby-1.9.3.448-40.1.el6.centos.alt.x86_64
> (SCL)
> Not found
> You could try using --skip-broken to work around the problem
> You could try running: rpm -Va --nofiles --nodigest

looks like you are missing the centos SCL repo?

Ohad

··· On Mon, Apr 28, 2014 at 9:21 AM, Michael Wörz wrote: > > > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.

Yes

>
> - yum-config-manager --enable rhel-6-server-optional-rpms
> rhel-server-rhscl-6-rpms
>
>
did the job . Thanks