https://bugzilla.redhat.com/show_bug.cgi?id=1070230 --- Comment #9 from Lars Kellogg-Stedman <lars@xxxxxxxxxx> --- Matthias, I've put a modified spec file here: - https://gist.github.com/larsks/9430481 This dramatically reduces the complexity of the %files sections by moving all the locale files into a -locale subpackage, which lets us make much better use of wildcards and the %exclude option. This spec file also tries to fix permissions as correctly as possible without too much special-casing. Take a look and tell me what you think. With this spec file, the only errors from rpmlint are: python-django15.noarch: E: script-without-shebang /usr/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/bin/profiling/gather_profile_stats.py python-django15.noarch: E: script-without-shebang /usr/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/bin/profiling/__init__.py python3-django15.noarch: E: script-without-shebang /usr/lib/python3.3/site-packages/Django-1.5.5-py3.3.egg/django/bin/profiling/gather_profile_stats.py python3-django15.noarch: E: script-without-shebang /usr/lib/python3.3/site-packages/Django-1.5.5-py3.3.egg/django/contrib/admin/bin/compress.py python3-django15.noarch: E: script-without-shebang /usr/lib/python3.3/site-packages/Django-1.5.5-py3.3.egg/django/bin/profiling/__init__.py ...and this is largely because Django's file organization is insane, so I'm inclined to ignore these last few items. -- 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