Closed dougsland closed 7 years ago
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"
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"