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 documentation is in the -doc subpackage
addFilter(r'mscore-fonts\.noarch: W: no-documentation')

# The font macros create this file; it is not under our control
addFilter(r'mscore-fonts\.noarch: W: hidden-file-or-dir .*\.uuid')
addFilter(r'mscore-fonts\.noarch: E: non-readable .*\.uuid')

# The bundled intervaltree code does not give a version number
addFilter(r'W: unversioned-explicit-provides bundled\(intervaltree\)')

# We have to reference this path to unbundle qt5-qtwebengine
addFilter(r'E: hardcoded-library-path in %{_prefix}/lib')