Explorar el Código

RHEL-7 also calls it python2-jinja2

Alois Mahdal hace 6 años
padre
commit
aff5a64338
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      packaging/template.spec

+ 1
- 1
packaging/template.spec Ver fichero

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