From: Thierry Parmentelat Date: Thu, 31 Jan 2013 10:55:02 +0000 (+0100) Subject: mod_python was retired in f18, rely on mod_wsgi? X-Git-Tag: plcapi-5.2-1~26 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d257b956cc4e33485d1aa86a58bb0e1c62ede87b;p=plcapi.git mod_python was retired in f18, rely on mod_wsgi? --- diff --git a/PLCAPI.spec b/PLCAPI.spec index ff38f084..cb4f3e34 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -27,7 +27,9 @@ Requires: postgresql-python Requires: python-psycopg2 Requires: python-pycurl Requires: httpd +%if "%{distro}" == "Fedora" && %{distrorelease} <= 18 Requires: mod_python +%endif # mod_wsgi will replace mod_python when we are ready Requires: mod_wsgi Requires: mod_ssl