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:
@@ -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
|
Fri Mar 13 11:43:52 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Mako
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -33,7 +33,9 @@ BuildRequires: python-devel
|
|||||||
BuildRequires: python-mock
|
BuildRequires: python-mock
|
||||||
BuildRequires: python-nose
|
BuildRequires: python-nose
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
%if 0%{?suse_version}
|
||||||
Suggests: python-Beaker >= 1.1
|
Suggests: python-Beaker >= 1.1
|
||||||
|
%endif
|
||||||
Requires: python-MarkupSafe
|
Requires: python-MarkupSafe
|
||||||
Provides: python-mako = %{version}
|
Provides: python-mako = %{version}
|
||||||
Obsoletes: python-mako < %{version}
|
Obsoletes: python-mako < %{version}
|
||||||
|
|||||||
Reference in New Issue
Block a user