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