From c9b5fd733e1a60ed7a5efc039eb59dc3ac7dc9b83a0d9c6480b91071e24c4c01 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 18 Sep 2017 17:18:47 +0000 Subject: [PATCH] Accepting request 527080 from home:TheBlackCat:branches:devel:languages:python - Provides/Obsoletes should be on the -devel package since python3-zope-proxy has the devel files. OBS-URL: https://build.opensuse.org/request/show/527080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=8 --- python-zope.proxy.changes | 6 ++++++ python-zope.proxy.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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.