Bug 135668 - mod_python should require same python version as at building time
Summary: mod_python should require same python version as at building time
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: mod_python
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mihai Ibanescu
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target FC4Target
TreeView+ depends on / blocked
 
Reported: 2004-10-14 09:18 UTC by Robert Scheck
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version: 3.1.3-7
Clone Of:
Environment:
Last Closed: 2004-12-12 16:04:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2004-10-14 09:18:09 UTC
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.

Comment 1 Robert Scheck 2004-12-12 16:04:29 UTC
Solved with 3.1.3-7, closing now.


Note You need to log in before you can comment on or make changes to this bug.