File humhub-rpmlintrc of Package humhub
# files below /usr/share/php/humhub/ are all PHP files
# they are executed by mod_php (resp. php-fpm), if needed, regardless
# if they have an executable bit set
addFilter("non-executable-script.*/usr/share/php/humhub/.*");
# empty files: most of them (like index.html) are there to avoid
# that apache/nginx show directory contents if something is misconfigured
addFilter("zero-length.*/usr/share/php/humhub/.*");
# below are the services triggered via systemd timers
# acording to https://en.opensuse.org/openSUSE:Systemd_packaging_guidelines#Timer_and_service_units
# it's enough to trigger only the $name.timer services
# addFilter("suse-missing-rclink");
addFilter("systemd-service-without-service_add_post");
addFilter("systemd-service-without-service_add_pre");
addFilter("systemd-service-without-service_del_postun");
addFilter("systemd-service-without-service_del_preun");