diff --git a/python-Jinja2.changes b/python-Jinja2.changes index e50a761..7e80365 100644 --- a/python-Jinja2.changes +++ b/python-Jinja2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 6 15:52:17 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + ------------------------------------------------------------------- Tue Feb 27 17:41:33 UTC 2018 - aplanas@suse.com diff --git a/python-Jinja2.spec b/python-Jinja2.spec index 1e3d5b3..02c04d5 100644 --- a/python-Jinja2.spec +++ b/python-Jinja2.spec @@ -62,7 +62,7 @@ Summary: Jinja2 syntax files for Vim License: BSD-3-Clause Group: Productivity/Text/Editors Requires: %{name} = %{version} -%if 0%{?suse_version} >= 1000 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: vim %endif @@ -74,7 +74,7 @@ Summary: Jinja2 syntax files for Emacs License: GPL-2.0-or-later Group: Productivity/Text/Editors Requires: %{name} = %{version} -%if 0%{?suse_version} >= 1000 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: emacs %endif