diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index 7dc4bbd..cae0828 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 13 01:05:44 UTC 2021 - Benjamin Greiner + +- Let the python-rpm-macros automatically figure out the correct + provides and obsoletes for the flavor + ------------------------------------------------------------------- Tue Mar 24 14:33:07 UTC 2020 - pgajdos@suse.com diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index f20c006..132c96b 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -44,9 +44,7 @@ Requires: python-zope.interface BuildRequires: %{python_module zope.security} BuildRequires: %{python_module zope.testrunner} %endif -%ifpython3 -Conflicts: python3-zope-proxy < %{version} -%endif +Conflicts: python-zope-proxy < %{version} %python_subpackages %description @@ -59,10 +57,8 @@ 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 +Provides: python-zope-proxy = %{version} +Obsoletes: python-zope-proxy < %{version} %description devel This package contains the files needed for binding the %{name} C module.