[python-manuel] Add python-six Requires (bz 915431).

Jerry James jjames at fedoraproject.org
Wed Feb 27 16:57:49 UTC 2013


commit 2f669a14ee3c0716d21abd61b10725a35adca26a
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Wed Feb 27 09:57:42 2013 -0700

    Add python-six Requires (bz 915431).

 python-manuel.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <loganjerry at gmail.com> - 1.7.1-2
+- Add python-six Requires (bz 915431)
+
 * Tue Feb 19 2013 Jerry James <loganjerry at gmail.com> - 1.7.1-1
 - New upstream release
 


More information about the scm-commits mailing list