[python-pymongo/f18] Fix dependency of python3-pymongo-gridfs (bug #892214)

Andrew McNabb amcnabb at fedoraproject.org
Sat Jan 5 23:35:43 UTC 2013


commit 5435a58679dfbfb36b993c47f91091cd088731b0
Author: Andrew McNabb <amcnabb at mcnabbs.org>
Date:   Sat Jan 5 16:35:30 2013 -0700

    Fix dependency of python3-pymongo-gridfs (bug #892214)

 python-pymongo.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-pymongo.spec b/python-pymongo.spec
index ccf8976..b063271 100644
--- a/python-pymongo.spec
+++ b/python-pymongo.spec
@@ -12,7 +12,7 @@
 
 Name:           python-pymongo
 Version:        2.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Python driver for MongoDB
 
 Group:          Development/Languages
@@ -67,7 +67,7 @@ GridFS is a storage specification for large objects in MongoDB.
 %package -n python3-pymongo-gridfs
 Summary:        Python GridFS driver for MongoDB
 Group:          Development/Libraries
-Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       python3-pymongo%{?_isa} = %{version}-%{release}
 
 %description -n python3-pymongo-gridfs
 GridFS is a storage specification for large objects in MongoDB.  This package
@@ -192,6 +192,9 @@ nosetests --exclude="$exclude"
 popd
 
 %changelog
+* Sat Jan  5 2013 Andrew McNabb <amcnabb at mcnabbs.org> - 2.3-6
+- Fix dependency of python3-pymongo-gridfs (bug #892214)
+
 * Tue Nov 27 2012 Andrew McNabb <amcnabb at mcnabbs.org> - 2.3-5
 - Fix the name of the python-pymongo-gridfs subpackage
 


More information about the scm-commits mailing list