Blame SOURCES/mysql.rpmlintrc

4522a4
# THIS FILE SERVES FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
4522a4
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
4522a4
4522a4
# (same file in python3 package served as a great example)
4522a4
4522a4
4522a4
4522a4
# Spelling errors
4522a4
addFilter(r'spelling-error .* en_US (cnf|mysqld|subpackage) ')
4522a4
4522a4
# Debug symlinks
4522a4
addFilter(r'dangling-relative-symlink /usr/lib/.build-id')
4522a4
4522a4
# Testsuite
4522a4
#   Some expected tests results are zero-length files
4522a4
addFilter(r'(zero-length|pem-certificate|hidden-file-or-dir) /usr/share/mysql-test/*')
4522a4
4522a4
# Chroot function
4522a4
#   False positive; checked by upstream
4522a4
addFilter(r'missing-call-to-chdir-with-chroot')
4522a4
4522a4
# Missing documentation
4522a4
#   I don't think that's on the upstream priority list
4522a4
addFilter(r'no-documentation')
4522a4
addFilter(r'no-manual-page-for-binary')
4522a4
4522a4
# Cluster is gone
4522a4
addFilter("W: obsolete-not-provided mysql-cluster")
4522a4
addFilter("W: obsolete-not-provided mysql-bench")
4522a4
addFilter("W: obsolete-not-provided community-mysql-bench")
4522a4
4522a4
# Config file without noreplace flag
4522a4
#   Don't replace logs that may contain old entries
4522a4
addFilter(r'conffile-without-noreplace-flag /var/log/mariadb/mariadb.log')
4522a4
4522a4
# Seems pretty standard to me ...
4522a4
addFilter(r'non-standard-dir-perm /var/log/mysql 750')