Bug 1056437
| Summary: | python-prettytable-0.7.2-1.el6 breaks python-ceilometerclient on epel6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Tuomo Soini <tis> |
| Component: | python-ceilometerclient | Assignee: | Jakub Ruzicka <jruzicka> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | el6 | CC: | apevec, apevec, clalancette, jruzicka, pbrady, p |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-ceilometerclient-1.0.8-1.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-09 05:27:17 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: | |||
Actually this is just wrong dependency in the python-ceilometerclient spec. requirements.txt has: -PrettyTable>=0.6,<0.8 and spec has: Requires: python-prettytable < 0.7 When this should be: Requires: python-prettytable < 0.8 Can you please fix this asap? This was fixed in python-ceilometeclient 1.0.1 updated: http://pkgs.fedoraproject.org/cgit/python-ceilometerclient.git/commit/?h=el6-havana&id=e02e95be2deea6af042900c7343f51cfd94ab6cd but this wasn't pushed to EPEL6. I would recommend to use RDO[1] instead of OpenStack packages in EPEL6. They are Folsom release and will be removed soon because Folsom is EOL upstream and EPEL policy doesn't allow incompatible upgrades. [1] http://openstack.redhat.com/Quickstart Alternative might be to keep OpenStack client packages in EPEL but that's TBD, when clients really reach backward compatibility promise. python-ceilometerclient-1.0.8-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-ceilometerclient-1.0.8-1.el6 I submitted the update so as to have the dependencies within EPEL consistent at least. We might subsequently remove ceilometerclient from EPEL, but until then... Package python-ceilometerclient-1.0.8-1.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing python-ceilometerclient-1.0.8-1.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0441/python-ceilometerclient-1.0.8-1.el6 then log in and leave karma (feedback). python-ceilometerclient-1.0.8-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: package: python-ceilometerclient-1.0.0-1.el6.noarch from epel unresolved deps: python-prettytable < 0:0.7 pythn-ceilometerclient requires older one so either prettytable update shouldn't happen or python-ceilometerclient needs controlled update.