From: Barış Metin Date: Fri, 16 Oct 2009 09:21:22 +0000 (+0000) Subject: drop the version requirement for postgresql-python altogether. Having the requirement... X-Git-Tag: PLCAPI-4.3-29~3 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=d982302a2d1512151006168c955b2c8aa0eb61f6 drop the version requirement for postgresql-python altogether. Having the requirement for postgresql and postgresql-server is also sufficiant for Fedora builds. --- diff --git a/PLCAPI.spec b/PLCAPI.spec index 04dca31..1aec95f 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -29,11 +29,7 @@ Obsoletes: plcapilib # We use set everywhere Requires: python >= 2.4 Requires: postgresql >= 8.2, postgresql-server >= 8.2 -%if "%{?distro}" == "CentOS" Requires: postgresql-python -%else -Requires: postgresql-python >= 8.2 -%endif Requires: python-psycopg2 Requires: python-pycurl Requires: httpd