Bug 1259375
| Summary: | python-mimeparse: missing provides for python2-mimeparse | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Carl George 🤠<carlwgeorge> |
| Component: | python-mimeparse | Assignee: | Steve Traylen <steve.traylen> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | steve.traylen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-mimeparse-0.1.4-2.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-23 20:06:25 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: | |||
If you like. python-mimeparse-0.1.4-2.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-fc8ad8ee0a python-mimeparse-0.1.4-2.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'yum --enablerepo=epel-testing update python-mimeparse' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-fc8ad8ee0a python-mimeparse-0.1.4-2.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: The latest Fedora Python Packaging guidelines [1] state that python modules should have a virtual provides for python2-%{srcname}. It is a semi-recent change, so I don't think it's mandatory for EPEL packages. However, it is a simple change to make, with no drawbacks, that allows for similarities between Fedora and EPEL packages. It also allows other package maintainers like myself to require the virtual python2 name in our spec files. It is already possible to do this with the main python packages. $ rpm -q --provides python | grep ^python2 python2 = 2.7.5 $ rpm -q --provides python-devel | grep ^python2 python2-devel = 2.7.5-18.el7_1.1 Version-Release number of selected component (if applicable): 0.1.4-1.el7 Actual results: python-mimeparse does not provide python2-mimeparse Expected results: python-mimeparse should provide python2-mimeparse Additional info: [1]: http://fedoraproject.org/wiki/Packaging:Python#Provides