- Actually fix file conflict with python-zope-filesystem.

epel8
konradm 16 years ago
parent 16cb01b3f9
commit b4fb1466ca

@ -2,7 +2,7 @@
Name: python-zope-testing Name: python-zope-testing
Version: 3.7.3 Version: 3.7.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: Zope Testing Framework Summary: Zope Testing Framework
Group: Development/Languages Group: Development/Languages
License: ZPLv2.1 License: ZPLv2.1
@ -33,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
# Use the __init__.py from python-zope-filesystem instead. # 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 %clean
@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Jun 15 2009 Conrad Meyer <konrad@tylerc.org> - 3.7.3-3
- Actually fix file conflict with python-zope-filesystem.
* Sat Jun 13 2009 Conrad Meyer <konrad@tylerc.org> - 3.7.3-2 * Sat Jun 13 2009 Conrad Meyer <konrad@tylerc.org> - 3.7.3-2
- Fix file conflict with python-zope-filesystem. - Fix file conflict with python-zope-filesystem.

Loading…
Cancel
Save