diff --git a/python-Paste.changes b/python-Paste.changes index 6fec40d..e59aab4 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 5 21:59:21 UTC 2017 - toddrme2178@gmail.com + +- Fix Provides/Obsoletes. + ------------------------------------------------------------------- Wed Apr 19 02:23:02 UTC 2017 - toddrme2178@gmail.com diff --git a/python-Paste.spec b/python-Paste.spec index 58e622b..afc80de 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -19,6 +19,7 @@ %bcond_without tests %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define oldpython python Name: python-Paste Version: 2.0.3 Release: 0 @@ -44,12 +45,12 @@ Requires: python-flup Requires: python-six > 1.4.0 %ifpython2 Requires: python-python-openid +Provides: %{oldpython}-paste = %{version} +Obsoletes: %{oldpython}-paste < %{version} %endif %ifpython3 Requires: python3-python3-openid %endif -Provides: python-paste = %{version} -Obsoletes: python-paste < %{version} BuildArch: noarch %python_subpackages