https://bugzilla.redhat.com/show_bug.cgi?id=1446568
--- Comment #3 from Tom Hughes tom@compton.nu --- A few rpmlint warnings:
nodejs-opener.noarch: W: spelling-error Summary(en_US) webpages -> web pages, web-pages, passages
and:
nodejs-opener.noarch: E: wrong-script-interpreter /usr/lib/node_modules/opener/opener.js /usr/bin/env node nodejs-opener.noarch: E: non-executable-script /usr/lib/node_modules/opener/opener.js 644 /usr/bin/env node
Those two relate to the fact that it is designed to be usable as a command line program, so maybe it should be linked to bin? Though it would need to be made executable and ideally the use of /usr/bin/env patched out.
Otherwise the #! should likely be removed?