From a90d2ed2d7238b252a6b4397a364f3f5c5bd7994 Mon Sep 17 00:00:00 2001 From: Andrew McNabb Date: Tue, 27 Nov 2012 16:01:03 -0700 Subject: [PATCH] Fix obsoletes for python-pymongo-gridfs subpackage --- python-pymongo.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index 26a9e90..0516dad 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -12,7 +12,7 @@ Name: python-pymongo Version: 2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python driver for MongoDB Group: Development/Languages @@ -53,10 +53,12 @@ The Python driver for MongoDB. This package contains the python3 version of this module. %endif # with_python3 -%package gridfs +%package python-pymongo-gridfs Summary: Python GridFS driver for MongoDB Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} +Provides: pymongo-gridfs = %{version}-%{release} +Obsoletes: pymongo-gridfs <= 2.1.1-3 %description gridfs GridFS is a storage specification for large objects in MongoDB. @@ -190,6 +192,9 @@ nosetests --exclude="$exclude" popd %changelog +* Tue Nov 27 2012 Andrew McNabb - 2.3-4 +- Fix obsoletes for python-pymongo-gridfs subpackage + * Tue Nov 27 2012 Andrew McNabb - 2.3-3 - Fix requires to include the arch, and add docs to all subpackages