diff --git a/python-zope-testing.spec b/python-zope-testing.spec index ddda84a..561a527 100644 --- a/python-zope-testing.spec +++ b/python-zope-testing.spec @@ -4,7 +4,7 @@ Name: python-zope-testing Version: 3.9.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Zope Testing Framework Group: Development/Languages License: ZPLv2.1 @@ -55,12 +55,17 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) +%{_bindir}/zope-testrunner %{_docdir}/%{name}-%{version}/ %{python_sitelib}/zope/testing/ %{python_sitelib}/zope.testing* %changelog +* Fri Jul 30 2010 David Malcolm - 3.9.5-3 +- remove requirement on python-zope-exceptions for now (bug 619478) +- add missing zope-testrunner executable to %%files + * Thu Jul 22 2010 David Malcolm - 3.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild