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.