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=820845 --- Comment #11 from Matthias Runge <mrunge@xxxxxxxxxxxxxxxxx> 2012-05-14 06:58:38 EDT --- rpmlint: these false positives are ok, no problem. Ah, just found: you need to require httpd if you're putting something in /etc/httpd/conf.d What about to rewrite # remove empty source files and bytecompiled files for src_file in $(find $RPM_BUILD_ROOT -type f -size 0 -name "*.py") do rm ${src_file}{,c,o} done ? to something like: find . -size 0 -type f -name "*.py" -exec rm '{}'{,c,o} \; you shouldn't rename data dir: # add prefix "python-" to library data dir mv $RPM_BUILD_ROOT%{_datadir}/%{lib_prefix}-%{lib_name} ${RPM_BUILD_ROOT}%{lib_datadir} -- 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