diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index 474b66b..3d1bdd7 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 18 16:48:55 UTC 2017 - toddrme2178@gmail.com + +- Provides/Obsoletes should be on the -devel package since + python3-zope-proxy has the devel files. + ------------------------------------------------------------------- Thu Sep 7 15:52:19 UTC 2017 - toddrme2178@gmail.com diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index ae19748..8df5b00 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -31,10 +31,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros -%ifpython3 -Provides: python3-zope-proxy = %{version} -Obsoletes: python3-zope-proxy < %{version} -%endif %python_subpackages @@ -48,6 +44,10 @@ etc.) for which the proxy is responsible. Summary: Generic Transparent Proxies Group: Development/Languages/Python Requires: %{name} = %{version} +%ifpython3 +Provides: python3-zope-proxy = %{version} +Obsoletes: python3-zope-proxy < %{version} +%endif %description devel This package contains the files needed for binding the %{name} C module.