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

# GCL is a language system, and therefore implicitly a devel package
addFilter(r'gcl\.[^:]+: W: devel-file-in-non-devel-package')

# No man page for the hidden command
addFilter(r'gcl\.[^:]+: W: no-manual-page-for-binary gcl-binary')

# This is not an invocation of egrep
addFilter(r"gcl\.spec:[^:]+: W: deprecated-grep \['egrep'\]")

# GCL stores some files in /usr/lib, regardless of architecture
addFilter(r'gcl\.spec:[^:]+: E: hardcoded-library-path in %{_prefix}/lib/gcl')

# The main source URL, an FTP site, sometimes times out.
# Also, Source2 has no upstream URL.  See comments in the spec file.
addFilter(r'gcl\.spec: W: invalid-url Source')