소스 검색

Apply the RHEL<=7 condition for python reqs only on RHEL-like systems

Alois Mahdal 6 년 전
부모
커밋
5771d62d86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      packaging/template.spec

+ 1
- 1
packaging/template.spec 파일 보기

@@ -1,7 +1,7 @@
1 1
 %global sfincb %{_datadir}/shellfu/include-bash
2 2
 %global sfmodn __SHELLFU_MODNAME__
3 3
 %global shellfu_req shellfu >= 0.10.4, shellfu < 0.11
4
-%if 0%{?rhel} <= 7
4
+%if 0%{?rhel} && 0%{?rhel} <= 7
5 5
 %global py_req     python
6 6
 %global pylibs_req python-libs
7 7
 %else