[python-gitdb] Require python-smmap

Jesse Keating jkeating at fedoraproject.org
Tue Oct 18 02:03:37 UTC 2011


commit f5d596e4f80c7e8bcfa6f4b74d3bf3e6870b31fe
Author: Jesse Keating <jkeating at redhat.com>
Date:   Mon Oct 17 19:03:36 2011 -0700

    Require python-smmap

 python-gitdb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-gitdb.spec b/python-gitdb.spec
index 6598576..db73baf 100644
--- a/python-gitdb.spec
+++ b/python-gitdb.spec
@@ -3,7 +3,7 @@
 
 Name:           python-gitdb
 Version:        0.5.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A pure-Python git object database
 
 Group:          Development/Languages
@@ -11,7 +11,7 @@ License:        BSD
 URL:            http://pypi.python.org/packages/source/g/gitdb/gitdb-%{version}.tar.gz#md5=25353bb8d3ea527ba443dd88cd4e8a1c
 Source0:        gitdb-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       python-async >= 0.6.1
+Requires:       python-async >= 0.6.1, python-smmap
 
 # python-async is needed for the check section
 BuildRequires:  python-devel, python-nose, python-async
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*
 
 %changelog
+* Mon Oct 17 2011 Jesse Keating <jkeating at redhat.com> - 0.5.4-2
+- Require python-smmap
+
 * Mon Jul 18 2011 Jesse Keating <jkeating at redhat.com> - 0.5.4-1
 - Upstream release to fix licensing issues
 - Use real upstream release instead of git checkout


More information about the scm-commits mailing list