ausil added a new comment to an issue you are following: ``
That's not entirely right. Rust doesn't compile on i386/i486/i586 but it compiles on i686. And in terms of RPM, ExcludeArch/ExclusiveArch is the arch, not basearch. So I still think it is some configuration issue or koji bug.
It is not something that is configurablein koji and it is also how koji has been designed to work, 32 bit x86 noarch builds will always be i386, you can ask the koji devs to special case your use case in koji, you can make the packages archful, or you can use %{ix86} for the arch macro. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7104