From 84ace6d470071ea9b107b75da07947f772611af3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 29 Nov 2012 13:07:51 -0500 Subject: [PATCH] Typofix to python-zope-event requirement. --- python-zope-interface.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-zope-interface.spec b/python-zope-interface.spec index 9ad38a9..24818b1 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -8,7 +8,7 @@ Name: python-zope-interface Version: 4.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Zope 3 Interface Infrastructure Group: Development/Libraries License: ZPLv2.1 @@ -26,7 +26,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-zope-event %endif -Requires: python3-zope-event +Requires: python-zope-event %description @@ -123,8 +123,11 @@ popd %{python3_sitearch}/zope.interface-*-nspkg.pth %changelog +* Thu Nov 29 2012 Ralph Bean - 4.0.2-3 +- Typofix to python-zope-event requirement. + * Thu Nov 29 2012 Ralph Bean - 4.0.2-2 -- Added dependency on python-zope-event +- Added dependency on python-zope-event. * Wed Nov 28 2012 Ralph Bean - 4.0.2-1 - Latest upstream release.