Bug 1365655
| Summary: | python-related macros | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Thomas Moschny <thomas.moschny> |
| Component: | epel-rpm-macros | Assignee: | Jason Tibbitts <j> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el5 | CC: | j, kevin, tomspur |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | epel-rpm-macros-5-5 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-10 09:47:06 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: | |||
I will bring the EPEL6 python macros back to EPEL5 and see how that goes. Hopefully you're willing to do a bit of testing. epel-rpm-macros-5-4 has been submitted as an update to Fedora EPEL 5. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a2125d15ed epel-rpm-macros-5-4 has been pushed to the Fedora EPEL 5 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-2016-a2125d15ed epel-rpm-macros-5-5 has been submitted as an update to Fedora EPEL 5. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a2125d15ed epel-rpm-macros-5-5 has been pushed to the Fedora EPEL 5 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-2016-a2125d15ed epel-rpm-macros-5-5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |
As discussed on IRC, would it be possible to add some python-related macros? %{__python2}: -> /usr/bin/python2 %{python2_sitelib}: -> %{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") -> /usr/lib/python2.4/site-packages %{python2_sitearch}: -> %{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))") -> /usr/lib64/python2.4/site-packages Not sure if some more macros would be useful, like py2_build and py2_install.