15
0
forked from pool/python-Jinja2

Accepting request 583700 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/583700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Jinja2?expand=0&rev=31
This commit is contained in:
2018-03-09 09:34:32 +00:00
committed by Git OBS Bridge
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