From b4fb1466cae6834c269b9fa00418cf6ee61ae26f Mon Sep 17 00:00:00 2001 From: konradm Date: Mon, 15 Jun 2009 18:21:35 +0000 Subject: [PATCH] - Actually fix file conflict with python-zope-filesystem. --- python-zope-testing.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-zope-testing.spec b/python-zope-testing.spec index 87ee08c..46b27d3 100644 --- a/python-zope-testing.spec +++ b/python-zope-testing.spec @@ -2,7 +2,7 @@ Name: python-zope-testing Version: 3.7.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Zope Testing Framework Group: Development/Languages License: ZPLv2.1 @@ -33,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT # Use the __init__.py from python-zope-filesystem instead. -rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py +rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py* %clean @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 15 2009 Conrad Meyer - 3.7.3-3 +- Actually fix file conflict with python-zope-filesystem. + * Sat Jun 13 2009 Conrad Meyer - 3.7.3-2 - Fix file conflict with python-zope-filesystem.