[Bug 672953] Review Request: python26-jsonschema - JSON Schema is a specification for defining the structure of JSON data

bugzilla at redhat.com bugzilla at redhat.com
Thu Jan 27 18:06:55 UTC 2011


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=672953

--- Comment #3 from BJ Dierkes <wdierkes at rackspace.com> 2011-01-27 13:06:54 EST ---
It appears that rpmlint is throwing those warnings because those two files have
a shebang line of #!/usr/bin/env (making rpmlint think they are a script and
need 755).  Python library files should not have a sheband line... it is
required to patch/sed/etc the files to remove the shebang, and also recommended
to notify upstream to influence them to remove the shebang from all library
files (not scripts... just the modules).

-- 
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.



More information about the package-review mailing list