mod_fcgid/mod_fcgid.rpmlintrc

25 lines
902 B
Plaintext
Raw Normal View History

from Config import *
# Technical terms
addFilter("spelling-error %description -l en_US (fastcgi|fcgid) -> ")
addFilter("spelling-error Summary\(en_US\) fcgid -> ")
# This may show up if httpd-devel is not installed
addFilter("specfile-error warning: line [0-9]*: Possible unexpanded macro in: Requires: httpd-mmn = %{_httpd_mmn}")
# False positive: this is where systemd wants it
addFilter("hardcoded-library-path in %{_prefix}/lib/tmpfiles.d")
# configure.apxs is not an autotools configure script
addFilter("configure-without-libdir-spec")
# Using non-ghost allows the package to run straight after installation without a reboot
addFilter("non-ghost-in-run /run/mod_fcgid")
# Permission 0775 is required for correct operation
addFilter("non-standard-dir-perm /run/mod_fcgid 775")
# File explicitly encoded as ISO-8859-1
addFilter("file-not-utf8 /usr/share/doc/mod_fcgid.*/mod_fcgid.html.en")