Bug 1563125
| Summary: | rubygem-rkerberos-0.1.3-5.el7.x86_64 fails to install on RHEL7.5 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Lukas Pramuk <lpramuk> |
| Component: | rubygem-rkerberos | Assignee: | Dominic Cleal <dominic> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | bishop, dominic, egolov, hyclak, tis, vondruch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rubygem-rkerberos-0.1.3-6.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-05-03 15:03:24 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
This will be problem as soon as RHEL 7.5 is released. There is just beta so far. In EPEL7, there is just krb5-devel-1.15.1-8.el7.x86_64 ATM so there is no problem yet. Please update the ticket as soon as RHEL 7.5 is released. Will this ticket be moot with bug 1563780 ? rubygem-rkerberos-0.1.3-6.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-90207015c0 rubygem-rkerberos-0.1.3-6.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-90207015c0 *** Bug 1568829 has been marked as a duplicate of this bug. *** *** Bug 1568470 has been marked as a duplicate of this bug. *** rubygem-rkerberos-0.1.3-6.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: rubygem-rkerberos fails to install on RHEL7.5 since libkadm5 changed its provides rubygem-rkerberos-0.1.3-5.el7.x86_64 (epel) Requires: libkadm5clnt_mit.so.8()(64bit) In RHEL7.5 libkadm5 package switched to provide libkadm5clnt_mit.so.11()(64bit) (soname version bump so.8 > so.11) See https://bugzilla.redhat.com/show_bug.cgi?id=1462982#c6 So please rebuild rubygem-rkerberos against new libkadm5 library Version-Release number of selected component (if applicable): rubygem-rkerberos-0.1.3-5.el7.x86_64 How reproducible: deterministic Steps to Reproduce: 1. Have a RHEL7.5 2. Enable EPEL7 3. # yum install rubygem-rkerberos ... Error: Package: rubygem-rkerberos-0.1.3-5.el7.x86_64 (epel) Requires: libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) Available: krb5-libs-1.11.3-49.el7.x86_64 (rhel-7-server-rpms) libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) Available: krb5-libs-1.12.2-14.el7.x86_64 (rhel-7-server-rpms) libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) Available: krb5-libs-1.12.2-15.el7_1.x86_64 (rhel-7-server-rpms) libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) Available: krb5-libs-1.13.2-10.el7.x86_64 (rhel-7-server-rpms) libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) Available: krb5-libs-1.13.2-12.el7_2.x86_64 (rhel-7-server-rpms) libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) Available: libkadm5-1.14.1-26.el7.x86_64 (rhel-7-server-rpms) libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) Available: libkadm5-1.14.1-27.el7_3.x86_64 (rhel-7-server-rpms) libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) Available: libkadm5-1.15.1-8.el7.x86_64 (rhel-7-server-rpms) libkadm5clnt_mit.so.8(kadm5clnt_mit_8_MIT)(64bit) Installed: krb5-libs-1.15.1-18.el7.x86_64 (@rhel75_repo) Not found Installed: libkadm5-1.15.1-18.el7.x86_64 (@rhel75_repo) ~libkadm5clnt_mit.so.11(kadm5clnt_mit_11_MIT)(64bit) Actual results: failed dependencies Expected results: new rebuilt package has no failed deps