15
0
forked from pool/python-Mako

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
This commit is contained in:
Tomáš Chvátal
2018-03-06 20:52:17 +00:00
committed by Git OBS Bridge
parent 90056b67c7
commit e63053c032
2 changed files with 13 additions and 1 deletions

View File

@@ -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

View File

@@ -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}