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.
Solved with 3.1.3-7, closing now.