Skip to content

Commit

Permalink
spec: Disable python2 on SLES15sp4 and newer (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaezell authored Nov 16, 2022
1 parent ec14536 commit 9e6617d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clustershell.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
%{!?__python3: %global __python3 python3}
%{!?python3_shortver: %global python3_shortver %(%{__python3} -c 'import sys; print(str(sys.version_info.major) + "." + str(sys.version_info.minor))')}

%if 0%{?rhel} < 8 && 0%{?suse_version} <= 1500
%if 0%{?rhel} < 8 && 0%{?sle_version} < 150400
%define py2 1
%endif

Expand Down

0 comments on commit 9e6617d

Please sign in to comment.