SHA256
1
0
forked from pool/dapl
dapl/dapl-rpmlintrc

13 lines
415 B
Plaintext
Raw Normal View History

# This line is mandatory to access the configuration functions
from Config import *
addFilter(".* shared-lib-calls-exit")
#dapl is unique: differently named packages contain the same
#shared library but one compiled with tracing enabled.
addFilter(".* shlib-policy-name-error")
# As this is a plugin for libibverbs, there is no reason
# to name it according to policy
addFilter(".* shlib-policy-missing-suffix")