From d982302a2d1512151006168c955b2c8aa0eb61f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 16 Oct 2009 09:21:22 +0000 Subject: [PATCH] drop the version requirement for postgresql-python altogether. Having the requirement for postgresql and postgresql-server is also sufficiant for Fedora builds. --- PLCAPI.spec | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.43.0