rpminspect: Ignore the debuginfo check for libpython

libpython3.so doesn't contain any compiled code hence
no debugging symbols are stripped from it.
This commit is contained in:
Charalampos Stratakis 2023-07-11 17:41:17 +02:00
parent 990b7de395
commit 62dbf34013
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ filesize:
# artificially large number, TODO a better way
size_threshold: 100000
debuginfo:
ignore:
# libpython3.so doesn't contain compiled code
- /usr/lib/debug/usr/lib*/libpython3.so*debug
# completely disabled inspections:
inspections: