Florian Festi wrote:
Panu Matilainen wrote:%global _binaries_in_noarch_packages_terminate_build 0Yup, that's the way to turn to turn it off from a spec.Wouldn't removing the executable bit from the files in question be the better solution?
1) There ain't no executable bits set, in this case ;)2) Depending on a package's details you sometimes can't unset these executable bits, e.g. in some scenarios sys-roots are supposed to be shareable between cross-hosts and the foreign system, e.g. via nfs-mounts.
3) Doing so may break some tools. Ralf