From c013250c81041c64b09ad51e1679701a2ec2eb33 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Fri, 30 Jul 2010 19:27:50 -0400 Subject: [PATCH] * 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 --- python-zope-testing.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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