Ludwig Nussel
4b801c3ccb
Fix all issues with dapl OBS-URL: https://build.opensuse.org/request/show/243995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dapl?expand=0&rev=1
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
# 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")
|