https://bugzilla.redhat.com/show_bug.cgi?id=1268380 Richard Shaw <hobbes1069@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hobbes1069@xxxxxxxxx --- Comment #4 from Richard Shaw <hobbes1069@xxxxxxxxx> --- (In reply to Randy Barlow from comment #2) > > 2) There are a lot of complaints about scripts without shebangs, but the > code in question is JavaScript/css/svg that is meant to be interpreted by a > web browser so I don't think these complaints from rpmlint make any sense. > However, it may make sense to keep these particular files in /usr/share > instead of /usr/lib/python* since they are really media files and not Python > source files. Unless rpmlint is checking for more than it used to, the error about scripts without shebangs is due to the files being marked executable (likely 755 instead of 644). If the file is truly a script that's supposed to be executed directly from shell, then it should have a shebang, if it's not, then it should not be marked executable (unless there's a good reason, in which case we can choose to ignore rpmlint). -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review