apron/apron.rpmlintrc

12 lines
497 B
Plaintext
Raw Normal View History

2020-01-22 16:52:51 +00:00
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# The dictionary is missing some technical terms
addFilter(r'W: spelling-error .* invariants')
# We use whatever version of jquery doxygen gives us
addFilter(r'W: unversioned-explicit-provides bundled\(jquery\)')
# The configure script is not an autotools-generated script
addFilter(r'apron\.spec:[^:]*: W: configure-without-libdir-spec')