From 7d4951b49f7e490cbcc693249299bb7094b88090ae2f9caf2a4b3e9f3c661332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 13 Jan 2021 08:40:38 +0000 Subject: [PATCH] Accepting request 862745 from home:bnavigator:branches:devel:languages:python - Let the python-rpm-macros automatically figure out the correct provides and obsoletes for the flavor OBS-URL: https://build.opensuse.org/request/show/862745 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=20 --- python-zope.proxy.changes | 6 ++++++ python-zope.proxy.spec | 10 +++------- 2 files changed, 9 insertions(+), 7 deletions(-) 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.