Bug 531117
Summary: | PATCH: support multiple python implementations in brp-python-bytecompile | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dave Malcolm <dmalcolm> | ||||||
Component: | rpm | Assignee: | Panu Matilainen <pmatilai> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | rawhide | CC: | amcnabb, ffesti, jnovy, pmatilai | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 557610 (view as bug list) | Environment: | |||||||
Last Closed: | 2009-10-28 07:56:21 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 530636 | ||||||||
Attachments: |
|
Description
Dave Malcolm
2009-10-26 23:13:21 UTC
Created attachment 366174 [details]
Patch to support multiple python interpreters within one build
Created attachment 366260 [details]
Updated version of patch, also handling /usr/lib64
I looked at the patch, and it seems simple and well-commented. I especially like that it makes brp-python-bytecompile pick the right Python version for /usr/lib*/pythonX.Y/ directories. This makes it so package maintainers won't have to worry about picking a specific Python version. I'm not sure if my review counts for anything, but I think this patch looks great. The updated version is now in rpm-4.7.1-8.fc13 / rawhide. |