We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec14536 commit 9e6617dCopy full SHA for 9e6617d
clustershell.spec.in
@@ -21,7 +21,7 @@
21
%{!?__python3: %global __python3 python3}
22
%{!?python3_shortver: %global python3_shortver %(%{__python3} -c 'import sys; print(str(sys.version_info.major) + "." + str(sys.version_info.minor))')}
23
24
-%if 0%{?rhel} < 8 && 0%{?suse_version} <= 1500
+%if 0%{?rhel} < 8 && 0%{?sle_version} < 150400
25
%define py2 1
26
%endif
27
0 commit comments