https://bugzilla.redhat.com/show_bug.cgi?id=1119095 --- Comment #2 from Christopher Meng <i@xxxxxxxx> --- %if 0%{?rhel} && 0%{?rhel} <= 5 %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") %define python_version %(%{__python} -c 'import sys;print(sys.version[0:3])') %endif You should drop them, RHEL5 only ships python2.4, you need to ensure that it works actually. -------- # Don't check the example scripts in the documentation for dependencies %global __requires_exclude_from ^(%{_defaultdocdir}/%{name}/examples/.*)$ Why not chmod 644 to them? -------- Meanwhile I guess you are packaging ocrodjvu or djvusmooth? -- 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