We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due static rule in spec, 'make rpm' is generating python2 for fedora or distro based on RHEL >= 8. Might be useful to users to still select python2.
Hits 1 from spec: %if 0%{?fedora} || 0%{?rhel} >= 8 %global with_python3 1 %else %global with_python2 1 %endif
Hint2: We might create a AC_SUBS in configure.ac to determine the "%global python{NUMBER_VERSION} 1"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Due static rule in spec, 'make rpm' is generating python2 for fedora or distro based on RHEL >= 8. Might be useful to users to still select python2.
Hits 1 from spec:
%if 0%{?fedora} || 0%{?rhel} >= 8
%global with_python3 1
%else
%global with_python2 1
%endif
Hint2:
We might create a AC_SUBS in configure.ac to determine the "%global python{NUMBER_VERSION} 1"
The text was updated successfully, but these errors were encountered: