mod_fcgid/mod_fcgid.rpmlintrc

15 lines
606 B
Plaintext
Raw Permalink Normal View History

# This may show up if httpd-devel is not installed
2023-01-20 09:30:41 +00:00
addFilter("Possible unexpanded macro in: Requires: httpd-mmn = %{_httpd_mmn}"
# configure.apxs is not an autotools configure script
addFilter("configure-without-libdir-spec")
2023-01-20 09:30:41 +00:00
# tmpfile is packaged so ownership is clear and we don't need anything in %post
addFilter("post-without-tmpfile-creation /usr/lib/tmpfiles.d/mod_fcgid.conf")
# 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")