mod_fcgid/mod_fcgid.rpmlintrc
Paul Howarth 91513bf4c9 Drop EL-6 support
- Use %license unconditionally
- _httpd_* macros always available
- Run directory is always /run on tmpfs
- Assume httpd ≥ 2.4 filesystem layout
- systemd-units always provided by systemd
2021-01-27 11:36:01 +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")