From b8eaee7600ec0887821e3506cdcf5efe68598d9d Mon Sep 17 00:00:00 2001 From: Andrew McNabb Date: Tue, 27 Nov 2012 16:03:32 -0700 Subject: [PATCH] Fix an error in the gridfs subpackage description --- python-pymongo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index 0516dad..28fefd6 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -60,7 +60,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Provides: pymongo-gridfs = %{version}-%{release} Obsoletes: pymongo-gridfs <= 2.1.1-3 -%description gridfs +%description python-pymongo-gridfs GridFS is a storage specification for large objects in MongoDB. %if 0%{?with_python3}