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
This commit is contained in:
Todd R 2016-03-04 15:44:53 +00:00 committed by Git OBS Bridge
parent 8d1c64a23e
commit 82e884314c
2 changed files with 8 additions and 2 deletions

View File

@ -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 Fri Feb 26 12:45:15 UTC 2016 - tbechtold@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-python-dateutil # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -37,7 +37,8 @@ BuildArch: noarch
%py_requires %py_requires
%endif %endif
Provides: python-dateutil = %{version} Provides: python-dateutil = %{version}
Obsoletes: python-dateutil < %{version} # Remove "=" of Obsoletes tag when upgrading
Obsoletes: python-dateutil <= %{version}
%description %description
The python dateutil module provides powerful extensions to the standard The python dateutil module provides powerful extensions to the standard