# This message is only related to the ruby macros addFilter("useless-explicit-requires") addFilter("useless-explicit-provides") # We don't care about this messages for specs addFilter("hidden-file-or-dir /usr/lib64/ruby/gems/.*/gems/chef-solr-.*/spec/.*") addFilter("zero-length /usr/lib64/ruby/gems/.*/gems/chef-solr-.*/spec/.*") # We don't care about this message, we want this addFilter("non-standard-uid /var/lib/chef chef") addFilter("non-standard-uid /var/cache/chef chef") addFilter("non-standard-uid /var/log/chef chef") addFilter("non-standard-uid /var/run/chef chef") # It's not optimal, but it's the name of it addFilter("incoherent-init-script-name chef-solr") addFilter("incoherent-subsys /etc/init.d/chef-solr") # We don't want to prefix the logrotate with rubygem- addFilter("incoherent-logrotate-file /etc/logrotate.d/chef-solr") # Most of the time there are no manual pages for gems addFilter("no-manual-page-for-binary") # Custom filters for this chef package only addFilter("non-standard-uid /var/lib/chef/solr.* chef") addFilter("non-standard-uid /var/cache/chef/solr.* chef")