Hi Iñaki, On Fri, May 08, 2026 at 02:44:36PM +0200, Iñaki Ucar wrote: > Is there a way to exclude certain files from debuginfo and build-id > generation without completely disabling this feature?
Why exactly do you wish to exclude specific files? Is there a bug in the feature? find-debuginfo only operates on executable ELF files. You can trick it to not process a specific file by removing the executable bit chmod -x, but then install the file with the executable bit set back in %files. Cheers, Mark -- _______________________________________________ devel 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, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
