File tomahawk-rpmlintrc of Package tomahawk
# libtomahawk only calls exit in the single application guard implementation, so this is desired behaviour actually
addFilter('shared-lib-calls-exit')
# libqt4-sql-sqlite is a runtime plugin which is not explicitly pulled it
addFilter('explicit-lib-dependency')
# libtomahawk-plugins does not provide a library but plugins
addFilter('shlib-policy-missing-suffix')
# libtomahawk-plugins-telepathy and libtomahawk-plugins-telepathy-kde are plugins and so don't need to be named after their SONAME
addFilter('shlib-policy-name-error')