diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 3e7eded..a86e16f 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -8,7 +8,7 @@ Summary: A PostgreSQL database adapter for Python Name: python-psycopg2 Version: 2.0.5.1 -Release: 7%{?dist} +Release: 8%{?dist} Source0: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz License: GPL (with Exceptions) Group: Applications/Databases @@ -66,9 +66,7 @@ rm -rf %{buildroot} %doc AUTHORS ChangeLog INSTALL LICENSE MANIFEST README %dir %{python_sitearch}/psycopg2 %{python_sitearch}/psycopg2/*.py -%{python_sitearch}/psycopg2/*.pyc %{python_sitearch}/psycopg2/*.so -%{python_sitearch}/psycopg2/*.pyo %files doc %defattr(-,root,root) @@ -78,12 +76,13 @@ rm -rf %{buildroot} %defattr(-,root,root) %dir %{ZPsycopgDAdir} %{ZPsycopgDAdir}/*.py -%{ZPsycopgDAdir}/*.pyo -%{ZPsycopgDAdir}/*.pyc %{ZPsycopgDAdir}/dtml/* %{ZPsycopgDAdir}/icons/* %changelog +* Tue Mar 27 2007 - Devrim GUNDUZ 2.0.5.1-8 +- Fixed spec file for EL4 + * Wed Dec 6 2006 - Devrim GUNDUZ 2.0.5.1-7 - Rebuilt