https://bugzilla.redhat.com/show_bug.cgi?id=1600529 --- Comment #10 from Igor Gnatenko <i.gnatenko.brain@xxxxxxxxx> --- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx/message/DAHKWDUPN63RUPP2Z2HII2PY55K73FQY/