rpms/python-psycopg2/devel python-psycopg2.spec,1.28,1.29

Tom Lane tgl at fedoraproject.org
Sun Jan 24 19:26:11 UTC 2010


Author: tgl

Update of /cvs/pkgs/rpms/python-psycopg2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6296

Modified Files:
	python-psycopg2.spec 
Log Message:
Fix a couple of rpmlint complaints.


Index: python-psycopg2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-psycopg2/devel/python-psycopg2.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- python-psycopg2.spec	24 Jan 2010 18:29:26 -0000	1.28
+++ python-psycopg2.spec	24 Jan 2010 19:26:11 -0000	1.29
@@ -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
+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 <tgl at redhat.com> 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 <devrim at gunduz.org> - 2.0.13-1
 - Update to 2.0.13
 



More information about the scm-commits mailing list