From e63053c03207ad58ec01a758d10feefc5bb7ec52e65bc01cf196b2fb66db469f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 6 Mar 2018 20:52:17 +0000 Subject: [PATCH] Accepting request 583642 from home:aplanas:branches:devel:languages:python Allows Recommends and Suggest in Fedora OBS-URL: https://build.opensuse.org/request/show/583642 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=51 --- python-Mako.changes | 10 ++++++++++ python-Mako.spec | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/python-Mako.changes b/python-Mako.changes index 69c5ed7..017a918 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 6 16:53:30 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + +------------------------------------------------------------------- +Tue Feb 27 17:48:11 UTC 2018 - aplanas@suse.com + +- Recommends only for SUSE + ------------------------------------------------------------------- Mon Aug 21 16:58:43 UTC 2017 - tbechtold@suse.com diff --git a/python-Mako.spec b/python-Mako.spec index 8851a77..f023df2 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -1,7 +1,7 @@ # # spec file for package python-Mako # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,9 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-MarkupSafe +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-Beaker >= 1.1 +%endif %ifpython2 Provides: %{oldpython}-mako = %{version} Obsoletes: %{oldpython}-mako < %{version}