From 82e884314cca84b3a1fc88435e9b6f249c9a9277114c02fc5423316b6b548174 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 4 Mar 2016 15:44:53 +0000 Subject: [PATCH] Accepting request 365760 from home:tbechtold:branches:devel:languages:python - Fix Obsoletes. No version upgrade was done during renaming. OBS-URL: https://build.opensuse.org/request/show/365760 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dateutil?expand=0&rev=2 --- python-python-dateutil.changes | 5 +++++ python-python-dateutil.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-python-dateutil.changes b/python-python-dateutil.changes index ac7ab74..0ddafac 100644 --- a/python-python-dateutil.changes +++ b/python-python-dateutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 4 06:59:53 UTC 2016 - tbechtold@suse.com + +- Fix Obsoletes. No version upgrade was done during renaming. + ------------------------------------------------------------------- Fri Feb 26 12:45:15 UTC 2016 - tbechtold@suse.com diff --git a/python-python-dateutil.spec b/python-python-dateutil.spec index 1aa3df1..bc9fde6 100644 --- a/python-python-dateutil.spec +++ b/python-python-dateutil.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-dateutil # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,8 @@ BuildArch: noarch %py_requires %endif Provides: python-dateutil = %{version} -Obsoletes: python-dateutil < %{version} +# Remove "=" of Obsoletes tag when upgrading +Obsoletes: python-dateutil <= %{version} %description The python dateutil module provides powerful extensions to the standard