Katello 3.5 rhel7, install fails (dependency libkadm5-1.15.1-8.el7.x86_64 Requires: krb5-libs(x86-64) = 1.15.1-8.el7)

Problem:
when running yum -y install katello I get:

Error: Package: libkadm5-1.15.1-8.el7.x86_64 (rhel-7-server-rpms)
           Requires: krb5-libs(x86-64) = 1.15.1-8.el7
           Installed: krb5-libs-1.15.1-19.el7.x86_64 (@rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.15.1-19.el7
           Available: krb5-libs-1.11.3-49.el7.x86_64 (rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.11.3-49.el7
           Available: krb5-libs-1.12.2-14.el7.x86_64 (rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.12.2-14.el7
           Available: krb5-libs-1.12.2-15.el7_1.x86_64 (rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.12.2-15.el7_1
           Available: krb5-libs-1.13.2-10.el7.x86_64 (rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.13.2-10.el7
           Available: krb5-libs-1.13.2-12.el7_2.x86_64 (rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.13.2-12.el7_2
           Available: krb5-libs-1.14.1-26.el7.x86_64 (rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.14.1-26.el7
           Available: krb5-libs-1.14.1-27.el7_3.x86_64 (rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.14.1-27.el7_3
           Available: krb5-libs-1.15.1-8.el7.x86_64 (rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.15.1-8.el7
           Available: krb5-libs-1.15.1-18.el7.x86_64 (rhel-7-server-rpms)
               krb5-libs(x86-64) = 1.15.1-18.el7

Expected outcome:

Foreman and Proxy versions:

  • foreman 1.16
  • katello 3.5

Foreman and Proxy plugin versions:

Other relevant data:
[e.g. logs from Foreman and/or the Proxy, modified templates, commands issued, etc]

workaround:
yum downgrade krb5-libs-1.15.1-8.el7

Hi @ekohl,

thanks for that link, I just tested with rhel7.4 fresh install and have same issue

I tried to edit previous comment but error came up, then:

apparently ipa-client-install installs libkadm5-1.15.1-19.el7.x86_64 which is necessary to have integration between katello and IdM

Did you do a yum update? This upgrades all packages to rhel 7.5 so the same issue occurs.
I just tested this on a fresh install of rhel 7.4 without doing a yum update and this issue was not present.