Re: [Rpm-maint] [rpm-software-management/rpm] brp-strip fails with Guile objects on Fedora 35 (#1765)

2021-08-28 Thread Demi Marie Obenour
Seems like `*.go` files should never be stripped. `*.go` can also be Go source code, and that can’t be stripped either. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] brp-strip fails with Guile objects on Fedora 35 (#1765)

2021-08-28 Thread lantw44
Guile 2.2 object files (*.go) are ELF files, but they can't be recognized by `strip` and shouldn't be stripped. Is there a way to tell RPM to skip these files when stripping? RPM used to skip `strip` on non-executable files, but it is no longer the case since commit