From 2f669a14ee3c0716d21abd61b10725a35adca26a Mon Sep 17 00:00:00 2001 From: Jerry James Date: Feb 27 2013 16:57:42 +0000 Subject: Add python-six Requires (bz 915431). --- diff --git a/python-manuel.spec b/python-manuel.spec index ec8c67d..43207c9 100644 --- a/python-manuel.spec +++ b/python-manuel.spec @@ -1,6 +1,6 @@ Name: python-manuel Version: 1.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Build tested documentation Group: Development/Libraries @@ -18,6 +18,8 @@ BuildRequires: python-six python3-six BuildRequires: python-zope-testing BuildRequires: python2-devel python3-devel +Requires: python-six + %description Manuel lets you mix and match traditional doctests with custom test syntax. Several plug-ins are included that provide new test syntax. @@ -26,6 +28,7 @@ You can also create your own plug-ins. %package -n python3-manuel Summary: Build tested documentation Group: Development/Libraries +Requires: python3-six %description -n python3-manuel Manuel lets you mix and match traditional doctests with custom test @@ -73,6 +76,9 @@ rm -f $RPM_BUILD_ROOT%{python3_sitelib}/manuel/*.txt %{python3_sitelib}/* %changelog +* Wed Feb 27 2013 Jerry James - 1.7.1-2 +- Add python-six Requires (bz 915431) + * Tue Feb 19 2013 Jerry James - 1.7.1-1 - New upstream release