Bug 135668
| Summary: | mod_python should require same python version as at building time | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> |
| Component: | mod_python | Assignee: | Mihai Ibanescu <mihai.ibanescu> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dgunchev |
| Target Milestone: | --- | Keywords: | EasyFix |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 3.1.3-7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-12-12 16:04:29 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: | 123268, 136451 | ||
Solved with 3.1.3-7, closing now. |
Description of problem: mod_python should require same python version as at building time, this isn't the case currently. Version-Release number of selected component (if applicable): mod_python-3.1.3-5 Actual results / Expected results: The line "Requires: httpd >= 2.0.40" should be changed to: "Requires: httpd >= 2.0.40, python >= %(%{__python} -c "import sys; print sys.version[:3]")" which would solve this report.