File mod_gearman-rpmlintrc of Package mod_gearman
# it's currently just the worker, not any other daemon
# so follow upstream (documentation) here
addFilter("incoherent-init-script-name.*mod_gearman_worker");
# as mod_gearman is currently not scheduled for direct inclusion into openSUSE, just ignore the warning
#setBadness("permissions-unauthorized-file", 100);
#addFilter("permissions-unauthorized-file.*/etc/permissions.d/mod_gearman");
# the logrotate file belongs to the main package, but the link the one with the right permission handling
# from one of the (conflicting) subpackages
addFilter("incoherent-logrotate-file.*/etc/logrotate.d/mod_gearman");
# it's a subpackage
addFilter("incoherent-logrotate-file.*/etc/logrotate.d/gearman_proxy");