Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=533558 --- Comment #7 from Jason Tibbitts <tibbs@xxxxxxxxxxx> 2010-11-16 16:39:18 EST --- For some reason python programmers like to put the '#!' line on files that are not supposed to be executed directly. I've no idea at all why they do this, but it causes the rpmlint complaints you tried to fix. You can either accept the complaint (they're not sufficiently problematic to block acceptance of the package) or you can fix them by removing the first line of the python source files (with sed -i -e '1d'. Making the files executable when they aren't executables isn't the right solution. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review