Browse Source

Fix typo in global macro name

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

+ 4
- 4
packaging/template.spec View File

2
 %global sfmodn __SHELLFU_MODNAME__
2
 %global sfmodn __SHELLFU_MODNAME__
3
 %global shellfu_req shellfu >= 0.10.4, shellfu < 0.11
3
 %global shellfu_req shellfu >= 0.10.4, shellfu < 0.11
4
 %if 0%{?rhel} <= 7
4
 %if 0%{?rhel} <= 7
5
-%global py_eq     python
5
+%global py_req     python
6
 %global pylibs_req python-libs
6
 %global pylibs_req python-libs
7
 %else
7
 %else
8
-%global py_eq     python3
8
+%global py_req     python3
9
 %global pylibs_req python3-libs
9
 %global pylibs_req python3-libs
10
 %endif
10
 %endif
11
 
11
 
19
 BuildArch:  noarch
19
 BuildArch:  noarch
20
 BuildRequires: %shellfu_req
20
 BuildRequires: %shellfu_req
21
 BuildRequires: perl
21
 BuildRequires: perl
22
-BuildRequires: %py_eq
22
+BuildRequires: %py_req
23
 BuildRequires: %pylibs_req
23
 BuildRequires: %pylibs_req
24
 BuildRequires: shellfu-bash-pretty
24
 BuildRequires: shellfu-bash-pretty
25
 
25
 
26
 Requires: %shellfu_req
26
 Requires: %shellfu_req
27
 Requires: perl
27
 Requires: perl
28
-Requires: %py_eq
28
+Requires: %py_req
29
 Requires: %pylibs_req
29
 Requires: %pylibs_req
30
 Requires: shellfu-bash
30
 Requires: shellfu-bash
31
 Requires: shellfu-bash-pretty
31
 Requires: shellfu-bash-pretty