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:
parent
6aa0cc8953
commit
9ae6bc7fe1
@ -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
|
Tue Feb 27 17:41:33 UTC 2018 - aplanas@suse.com
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ Summary: Jinja2 syntax files for Vim
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
%if 0%{?suse_version} >= 1000
|
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
|
||||||
Recommends: vim
|
Recommends: vim
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ Summary: Jinja2 syntax files for Emacs
|
|||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
%if 0%{?suse_version} >= 1000
|
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
|
||||||
Recommends: emacs
|
Recommends: emacs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user