From ccb7de935e5035e69d185aac10d0c2289da45b7a Mon Sep 17 00:00:00 2001 From: Andrew McNabb Date: Tue, 11 Jun 2013 09:13:07 -0600 Subject: [PATCH] Bump the obsoletes version --- python-pymongo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pymongo.spec b/python-pymongo.spec index 32154e6..72b4638 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -12,7 +12,7 @@ Name: python-pymongo Version: 2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python driver for MongoDB Group: Development/Languages @@ -24,7 +24,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python-bson = %{version}-%{release} Provides: pymongo = %{version}-%{release} -Obsoletes: pymongo <= 2.1.1-3 +Obsoletes: pymongo <= 2.1.1-4 BuildRequires: python2-devel BuildRequires: python-nose @@ -238,6 +238,9 @@ nosetests --exclude="$exclude" popd %changelog +* Tue Jun 11 2013 Andrew McNabb - 2.5-5 +- Bump the obsoletes version + * Wed Apr 24 2013 Andrew McNabb - 2.5-4 - Fix the test running procedure