Skip to content

Commit 2d77c7d

Browse files
committed
fix: indent
1 parent c34daee commit 2d77c7d

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

pyslurm.spec

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,22 @@ URL: https://github.com/PySlurm/pyslurm
1616
%global pyslurm_source_dir %{name}-%{version}-%{rel}
1717
%endif
1818

19-
# %define _build_id_links none
20-
2119

2220
Source: %{pyslurm_source_dir}.tar.gz
2321
#Source0: https://github.com/PySlurm/pyslurm/archive/%{pyslcommit}/archive/%{pkgname}.tar.gz#/%{pkgname}-%{pyslcommit}.tar.gz
2422

2523
%if %{?rhel} == 8
26-
BuildRequires: python3-Cython, python36-devel
27-
%global usepython python3
28-
%global usepython_sitearch %{python3_sitearch}
24+
BuildRequires: python3-Cython, python36-devel
25+
%global usepython python3
26+
%global usepython_sitearch %{python3_sitearch}
2927
%elif %{?rhel} == 9
30-
BuildRequires: python3-Cython, python3-devel
31-
%global usepython python3
32-
%global usepython_sitearch %{python3_sitearch}
28+
BuildRequires: python3-Cython, python3-devel
29+
%global usepython python3
30+
%global usepython_sitearch %{python3_sitearch}
3331
%else
34-
BuildRequires: Cython, python-devel
35-
%global usepython python
36-
%global usepython_sitearch %{python_sitearch}
32+
BuildRequires: Cython, python-devel
33+
%global usepython python
34+
%global usepython_sitearch %{python_sitearch}
3735
%endif
3836

3937
BuildRequires: slurm-devel >= %{version}

0 commit comments

Comments
 (0)