14
0
forked from pool/python-Mako

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
This commit is contained in:
2015-07-27 06:19:56 +00:00
committed by Git OBS Bridge
parent 2ced8f2796
commit e1ca06705b
2 changed files with 8 additions and 1 deletions

View File

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

View File

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