https://bugzilla.redhat.com/show_bug.cgi?id=1658153 --- Comment #64 from J. Scheurich <mufti11@xxxxxx> --- (In reply to Fabio Valentini from comment #63) > > %define _binaries_in_noarch_packages_terminate_build 0 > > This only disables the check, but the error is still there. > > Arch-specific binaries aren't allowed to be in noarch packages (except maybe > in very rare circumstances). > > So just don't add "BuildArch: noarch" to the "opengl-examples" sub-package. Spec file: ... %define _binaries_in_noarch_packages_terminate_build 0 %package opengl-examples License: GPLv3+ Summary: Compiled OpenGL examples for white_dune %description opengl-examples Compiled OpenGL examples for white_dune %package docs License: GPLv3+ BuildArch: noarch Summary: Documentation for white_dune ... The "BuildArch: noarch" is in the "docs" subpackage, not in the "opengl-examples" sub-package. We would need something like BuildArch: %{arch} in the "opengl-examples" sub-package, but it looks like, it do not exist 8-( -- 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