mod_fcgid/mod_fcgid.rpmlintrc
DistroBaker c0d6422d38 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/mod_fcgid.git#91513bf4c954cf618d02c6cddd8195bb85b8d514
2021-01-27 12:07:06 +00:00

25 lines
902 B
Plaintext

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")