From 85f4e554afdbb1083a4303ba8aa0f05a2aa958d192caf96ae3ee6d9882f4360b Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 5 May 2017 21:09:39 +0000 Subject: [PATCH] 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 --- python-Sphinx.changes | 5 +++++ python-Sphinx.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 48d44ac..032ab03 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -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 diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 12b2740..122db09 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -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