13f0286428
- Rename dapl-utils tests to avoid conflicts with other packages (dateutils) * dapltest => dapl-test * dtest => dapl-utest * dtestcm => dapl-testcm * dtestsrq => dapl-testsrq * dtestx => dapl-testx - Remove librdmacm and libibverbs version dependencies - Restore description of libdapl. Fix some grammar errors. - Disable dapl on armv7hl - Make dependencies on libs now coming from rdma-core versioned. - Remove unused patch dapl-rename_dtest.patch - Update to 2.1.8 git version (bsc#970668). List of changes is too long so please see the included ChangeLog. - Patches removed because the fixes are included upstream: dapl-fix_type_punning.patch dapl-autotools.patch dapl-add-s390x-platform-support.patch dapl-add-aarch64-platform-support.patch dapl-add-s390x-platform-support.patch - Add dapl-s390.patch so that the defines are also valid for s390 - Add conflicts between dapl and dapl-debug packages for devel and utils OBS-URL: https://build.opensuse.org/request/show/502397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dapl?expand=0&rev=5
13 lines
415 B
Plaintext
13 lines
415 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")
|
|
|
|
# As this is a plugin for libibverbs, there is no reason
|
|
# to name it according to policy
|
|
addFilter(".* shlib-policy-missing-suffix")
|