sagemath/sagemath.rpmlintrc
Jerry James 44047e4277 Build with sharedmeataxe and tdlib support.
Use local objects.inv when building documentation.
2020-01-09 19:18:28 -07:00

21 lines
855 B
Text

# 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 .* (Extcode|iteratively|polytopes?|pre)')
# The Requires ensure the symlinks will not dangle
addFilter(r'W: dangling-symlink')
# This file is incorrectly detected as a devel file
addFilter(r'W: devel-file-in-non-devel-package .*sage-env-config')
# objects.inv files are not text
addFilter(r'W: file-not-utf8 .*objects\.inv')
addFilter(r'W: wrong-file-end-of-line-encoding .*objects\.inv')
# This file uses no symbols from glibc
addFilter(r'E: library-not-linked-against-libc .*/bit_vector_operations/cc\.cpython-38-x86_64-linux-gnu\.so')
# Documentation is in the -doc subpackages
addFilter(r'W: no-documentation')