# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON # https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors # Documentation is in the devel subpackage addFilter(r'check-static\.[^:]+: W: no-documentation') # This is complaining about the definition of %_configure, not the running of the configure script addFilter("configure-without-libdir-spec")