From f62b47a7cad9039fac2fe7184bfa1dbfa272dd7ebfec7b14b19cdb3fd94ca2ba Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Jul 2015 06:19:56 +0000 Subject: [PATCH] Accepting request 318683 from home:seife:OpenStack:Master fix non-SUSE distro build by conditionalizing Suggests: tag OBS-URL: https://build.opensuse.org/request/show/318683 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=34 --- python-Mako.changes | 5 +++++ python-Mako.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-Mako.changes b/python-Mako.changes index a923823..49e88ea 100644 --- a/python-Mako.changes +++ b/python-Mako.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 24 19:45:09 UTC 2015 - seife+obs@b1-systems.com + +- fix non-SUSE distro build by conditionalizing Suggests: tag + ------------------------------------------------------------------- Fri Mar 13 11:43:52 UTC 2015 - p.drouand@gmail.com diff --git a/python-Mako.spec b/python-Mako.spec index a0e12c7..4359daf 100644 --- a/python-Mako.spec +++ b/python-Mako.spec @@ -1,7 +1,7 @@ # # spec file for package python-Mako # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -33,7 +33,9 @@ BuildRequires: python-devel BuildRequires: python-mock BuildRequires: python-nose BuildRequires: python-setuptools +%if 0%{?suse_version} Suggests: python-Beaker >= 1.1 +%endif Requires: python-MarkupSafe Provides: python-mako = %{version} Obsoletes: python-mako < %{version}