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:
parent
8d1c64a23e
commit
82e884314c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user