From 2ad0900c9c5afe9c17a3f605bc7096ad41ce2972 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 24 Jan 2010 19:26:11 +0000 Subject: [PATCH] Fix a couple of rpmlint complaints. --- python-psycopg2.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 8482f33..b06d8f6 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -10,17 +10,17 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.13 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz # The exceptions allow linking to OpenSSL and PostgreSQL's libpq License: GPLv2+ with exceptions Group: Applications/Databases BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Url: http://www.initd.org/software/initd/psycopg -BuildRequires: python-devel postgresql-devel -Requires: postgresql-libs -Obsoletes: python-psycopg2-zope <= 2.0.5.1-8 +BuildRequires: python-devel postgresql-devel + +Conflicts: python-psycopg2-zope < %{version} %description psycopg is a PostgreSQL database adapter for the Python programming @@ -92,6 +92,10 @@ rm -rf %{buildroot} #%{ZPsycopgDAdir}/icons/* %changelog +* Sun Jan 24 2010 Tom Lane 2.0.13-2 +- Fix rpmlint complaints: remove unneeded explicit Requires:, use Conflicts: + instead of bogus Obsoletes: to indicate lack of zope subpackage + * Sun Oct 18 2009 Devrim GUNDUZ - 2.0.13-1 - Update to 2.0.13