Accepting request 583466 from home:aplanas:branches:devel:languages:python

Allows Recommends and Suggest in Fedora

OBS-URL: https://build.opensuse.org/request/show/583466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Jinja2?expand=0&rev=57
This commit is contained in:
Tomáš Chvátal 2018-03-06 20:51:40 +00:00 committed by Git OBS Bridge
parent 6aa0cc8953
commit 9ae6bc7fe1
2 changed files with 7 additions and 2 deletions

View File

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

View File

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