Browse Source

RHEL-7 also calls it python2-jinja2

Alois Mahdal 6 years ago
parent
commit
aff5a64338
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      packaging/template.spec

+ 1
- 1
packaging/template.spec View File

@@ -1,7 +1,7 @@
1 1
 %global sfincb %{_datadir}/shellfu/include-bash
2 2
 %global shellfu_req shellfu >= 0.10.9, shellfu < 0.11
3 3
 %global saturnin_req shellfu-bash-saturnin >= 0.4.12, shellfu-bash-saturnin < 0.5
4
-%if 0%{?rhel} && 0%{?rhel} < 7
4
+%if 0%{?rhel} && 0%{?rhel} <= 7
5 5
 %global jinja_req python-jinja2
6 6
 %else
7 7
 %global jinja_req python2-jinja2