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