Felix Schwarz wrote: > Currently I have these lines in thunderbird-enigmail's .spec file: > ,--------------------------------- > BuildArch: noarch > # Thunderbird is not available on all supported platforms > ExcludeArch: armv7hl > ExcludeArch: s390x > `--------------------------------- That should be good. But the thing is, ExcludeArch on top of BuildArch: noarch is a bit of a hack, it is not really processed by RPM, but only by the tooling on top of it (e.g., Koji will not use those architectures to build the RPM, and the tools that compose the repositories will not include the RPM on the excluded architectures). It looks like Taskotron does not know about this, so this needs to be fixed in Taskotron. (Taskotron needs to also do this ExcludeArch processing. This has to be done in Taskotron, RPM cannot do more than propagate the information from the specfile into the noarch package.) Kevin Kofler _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/devel@xxxxxxxxxxxxxxxxxxxxxxx