From da7a98357d2cc22a59adc1f25504b6175167d4cf Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Sat, 31 Jul 2010 06:25:15 -0400 Subject: [PATCH] actually remove the requirement on python-zope-exceptions this time --- python-zope-testing.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-zope-testing.spec b/python-zope-testing.spec index 2d0eac8..6e890bd 100644 --- a/python-zope-testing.spec +++ b/python-zope-testing.spec @@ -4,7 +4,7 @@ Name: python-zope-testing Version: 3.9.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Zope Testing Framework Group: Development/Languages License: ZPLv2.1 @@ -16,7 +16,6 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-zope-filesystem -Requires: python-zope-exceptions Requires: python-zope-interface @@ -63,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jul 31 2010 David Malcolm - 3.9.5-5 +- actually remove the requirement on python-zope-exceptions this time + * Fri Jul 30 2010 David Malcolm - 3.9.5-4 - add missing build-time requirement on python-setuptools