From afdf4df8ea21d17e53f7e51f4be7fec88af75acf0be36b93fcbde1c63e0ff90a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Dec 2020 12:16:59 +0000 Subject: [PATCH] Accepting request 855003 from home:bnavigator:branches:devel:languages:python - Let the python-rpm-macros do their job for the correct provides and obsoletes tags for multiple python3 flavors gh#openSUSE/python-rpm-macros#66 OBS-URL: https://build.opensuse.org/request/show/855003 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=74 --- python-Mako.changes | 7 +++++++ python-Mako.spec | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-Mako.changes b/python-Mako.changes index 8f47f65..2a7e699 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 11 23:26:38 UTC 2020 - Benjamin Greiner + +- Let the python-rpm-macros do their job for the correct provides + and obsoletes tags for multiple python3 flavors + gh#openSUSE/python-rpm-macros#66 + ------------------------------------------------------------------- Mon Jun 8 08:54:52 UTC 2020 - Ondřej Súkup diff --git a/python-Mako.spec b/python-Mako.spec index 344d315..99aaba4 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -41,14 +41,12 @@ BuildArch: noarch %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-Beaker >= 1.1 %endif +Provides: python-mako = %{version} +Obsoletes: python-mako < %{version} %ifpython2 Provides: %{oldpython}-mako = %{version} Obsoletes: %{oldpython}-mako < %{version} %endif -%ifpython3 -Provides: python3-mako = %{version} -Obsoletes: python3-mako < %{version} -%endif %python_subpackages %description