Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=886492
Ralf Corsepius <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Ralf Corsepius <[email protected]> --- (In reply to comment #2) > [mrunge@turing SPECS]$ rpmlint ./openslides.spec > openslides.noarch: E: non-executable-script > /usr/lib/python2.7/site-packages/openslides/main.py 0644L /usr/bin/env > I consider that error as false negative. Not quite. Files carrying a shebang are supposed to carry executable permissions. This means, this file either should carry executable permissions or the shebang be removed. Besides this, scripts in Fedora are not supposed to use /usr/bin/env, but to use the absolute path of to the script interpreter. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=8wVhAeMEHM&a=cc_unsubscribe _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
