Accepting request 493082 from home:TheBlackCat:branches:devel:languages:python

Fix old obsoletes/provides.

OBS-URL: https://build.opensuse.org/request/show/493082
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=78
This commit is contained in:
Todd R 2017-05-05 21:09:39 +00:00 committed by Git OBS Bridge
parent 1eb7626aa3
commit 85f4e554af
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 5 14:55:31 UTC 2017 - toddrme2178@gmail.com
- Fix old obsoletes/provides.
-------------------------------------------------------------------
Mon Feb 20 14:18:17 UTC 2017 - jmatejek@suse.com

View File

@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Sphinx
Version: 1.5.2
Release: 0
@ -69,8 +70,8 @@ Recommends: python-rst2pdf
#!BuildIgnore: texinfo
%ifpython2
Provides: python-sphinx = %{version}
Obsoletes: python-sphinx < %{version}
Obsoletes: %{oldpython}-sphinx < %{version}
Provides: %{oldpython}-sphinx = %{version}
%endif
BuildArch: noarch