Bug #16570
Upgrade Katello 3.0 to 3.1 - yum update fails with depency error
Description
Hi,
trying to upgrade from Katello 3.0 to 3.1 fails at the yum update step:
Error: Package: tfm-rubygem-tire-0.6.2-2.el7.noarch (@katello)
Requires: tfm-rubygem(ansi)
Removing: tfm-rubygem-ansi-1.4.3-6.el7.noarch (@foreman)
tfm-rubygem(ansi) = 1.4.3
Obsoleted By: tfm-runtime-3.1-3.el7.x86_64 (foreman)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
History
#1
Updated by Oliver Weinmann over 5 years ago
Hi,
problem solved. I set up a fresh CentOS 7.2 VM and compared the packages.
on the old VM some packages starting with ruby193 were present. I removed them and voila yum -y update works fine.
rpm -qa | grep -i ruby193 | xargs yum remove -y
Ticket closed. :)
#2
Updated by Justin Sherrill almost 5 years ago
- Legacy Backlogs Release (now unused) deleted (
171)
#3
Updated by Eric Helms almost 5 years ago
- Status changed from New to Resolved
- Legacy Backlogs Release (now unused) set to 166
This has been resolved in latest releases please upgrade and re-open if you hit the issue again.