rpminspect: exclude the debug build from annocheck entirely

This commit is contained in:
Miro Hrončok 2022-06-20 11:33:12 +00:00
parent 563252ba42
commit 3c729ba430
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: