https://bugzilla.redhat.com/show_bug.cgi?id=1992931
--- Comment #6 from Mamoru TASAKA <[email protected]> --- * if ( uname -m | grep -q s390x ) 1. %ifarch s390x won't work because the srpm is **noarch** . Actually build environment is of course on some target, so "uname -m" returns some arch-dependent result, but in this case %ifarch matches "noarch". 2. s390x issue needs debugging, currently I have not figure out what component is fault, I want to debug later, however I don't want to think this is a blocker. -- 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://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
