rpminspect: exclude the debug build from annocheck entirely

This commit is contained in:
Miro Hrončok 2022-06-20 13:33:12 +02:00 committed by churchyard
parent a5905dea5f
commit d4eda6057a
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ badfuncs:
ignore:
- /usr/lib*/python*/lib-dynload/_socket.*
# exclude the debug build from annocheck entirely
annocheck:
ignore:
- /usr/bin/python*d
- /usr/lib*/libpython*d.so.1.0
- /usr/lib*/python*/lib-dynload/*.cpython-*d-*-*-*.so
# don't report changed content of compiled files
# that is expected with every toolchain update and not reproducible yet
changedfiles: