On 23. 09. 21 1:40, Josh Stone wrote:
On 9/22/21 4:21 AM, Miro Hrončok wrote:
Hello,
for many releases, Fedora has the brp-mangle-sehbangs BuildRoot Policy Script that does the following:
- Gets all executable files in the buildroot
- Gets all "text" files from those
3a) Mangles shebangs that are "wrong" (e.g. #!/usr/bin/env node -> #!/usr/bin/node) 3b) Removes executable bits from "text" files without shebangs
While we're at it, can we teach the script to ignore Rust attributes? They're written like #![attr...], and when that's on the first line some editors try to be helpful and make the file executable. That's considered an error with the current script since the "shebang" doesn't start with '/', but it would be best IMO to have it remove the executable bit.
I believe that currently the script would error:
ERROR: $f has shebang which doesn't start with '/' (#![attr...])
Have you ever seen that in a Fedora package?
packaging@lists.fedoraproject.org