From 6e77f1173efb3bb9981c44698fea5543e89ee5051b32b02e7b76025ede03d2e9 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 6 May 2017 04:27:38 +0000 Subject: [PATCH] Accepting request 493118 from home:TheBlackCat:branches:devel:languages:python Don't provide python2-mako, singlespec packages should use correct name. OBS-URL: https://build.opensuse.org/request/show/493118 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=47 --- python-Mako.changes | 6 ++++++ python-Mako.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-Mako.changes b/python-Mako.changes index 3180626..d70cd58 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com + +- Don't provide python2-mako, singlespec packages should use + correct name. + ------------------------------------------------------------------- Tue Apr 11 09:15:31 UTC 2017 - jengelh@inai.de diff --git a/python-Mako.spec b/python-Mako.spec index de540a5..1b00da3 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -36,12 +36,14 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-MarkupSafe Recommends: python-Beaker >= 1.1 -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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages