From 6aa0cc8953f8925d215005c2004e7a66f32910de317cff0f90ff70d253732ff9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Feb 2018 21:51:01 +0000 Subject: [PATCH] Accepting request 580742 from home:aplanas:branches:devel:languages:python - Recommends only for SUSE OBS-URL: https://build.opensuse.org/request/show/580742 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=55 --- python-Jinja2.changes | 5 +++++ python-Jinja2.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/python-Jinja2.changes b/python-Jinja2.changes index 287907e..e50a761 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 17:41:33 UTC 2018 - aplanas@suse.com + +- Recommends only for SUSE + ------------------------------------------------------------------- Thu Nov 9 06:26:51 UTC 2017 - arun@gmx.de diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 763ee01..1e3d5b3 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -1,7 +1,7 @@ # # spec file for package python-Jinja2 # -# 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 @@ -62,17 +62,21 @@ Summary: Jinja2 syntax files for Vim License: BSD-3-Clause Group: Productivity/Text/Editors Requires: %{name} = %{version} +%if 0%{?suse_version} >= 1000 Recommends: vim +%endif %description -n python-Jinja2-vim Vim syntax highlighting scheme for Jinja2 templates. %package -n python-Jinja2-emacs Summary: Jinja2 syntax files for Emacs -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Text/Editors Requires: %{name} = %{version} +%if 0%{?suse_version} >= 1000 Recommends: emacs +%endif %description -n python-Jinja2-emacs Emacs syntax highlighting scheme for Jinja2 templates.