Blob Blame History Raw
# 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 .* (ilogcp|nl)')

# We require jacop, so this symlink does not dangle
addFilter(r'W: dangling-symlink /usr/lib(64)?/mp/bin/lib/jacop-.*\.jar')

# Source2 does not have an upstream URL
addFilter(r'mp\.spec: W: invalid-url Source2:')

# Documentation is in the mp-doc subpackage
addFilter(r'mp-devel\.[^:]+: W: no-documentation')

# This file may be empty, but links point to it
addFilter(r'mp-doc\.[^:]+: E: zero-length /usr/share/doc/mp-doc/models/compl/changes')