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') # libtomahawk is shared amongst several components but has no stable api for anyone else to use (and doesnt install headers files anyways) addFilter('shlib-policy-missing-suffix') # libqt4-sql-sqlite is a runtime plugin which is not explicitly pulled it addFilter('explicit-lib-dependency')