diff --git a/mod_fcgid.rpmlintrc b/mod_fcgid.rpmlintrc index d82b88e..8430cb9 100644 --- a/mod_fcgid.rpmlintrc +++ b/mod_fcgid.rpmlintrc @@ -1,24 +1,14 @@ -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") +addFilter("Possible unexpanded macro in: Requires: httpd-mmn = %{_httpd_mmn}" # 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") +# 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") - diff --git a/mod_fcgid.spec b/mod_fcgid.spec index 88c512c..bcb7ace 100644 --- a/mod_fcgid.spec +++ b/mod_fcgid.spec @@ -2,7 +2,7 @@ Name: mod_fcgid Version: 2.3.9 Release: 29%{?dist} Summary: FastCGI interface module for Apache 2 -License: ASL 2.0 +License: Apache-2.0 URL: http://httpd.apache.org/mod_fcgid/ Source0: http://www.apache.org/dist/httpd/mod_fcgid/mod_fcgid-%{version}.tar.bz2 Source2: mod_fcgid-2.1-README.RPM