2021-01-27 11:36:01 +00:00
|
|
|
# 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}"
|
2021-01-27 11:36:01 +00:00
|
|
|
|
|
|
|
# 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")
|
2021-01-27 11:36:01 +00:00
|
|
|
|
|
|
|
# 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")
|