https://bugzilla.redhat.com/show_bug.cgi?id=1600529
--- Comment #10 from Igor Gnatenko <[email protected]> --- Please don't use following construction. %if 0%{?fedora} %global with_python3 1 %endif Use this instead: %if 0%{?rhel} && 0%{?rhel} <= 7 %bcond_with python3 %else %bcond_without python3 %endif. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]/message/DAHKWDUPN63RUPP2Z2HII2PY55K73FQY/
