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:
parent
990b7de395
commit
62dbf34013
@ -21,6 +21,10 @@ filesize:
|
|||||||
# artificially large number, TODO a better way
|
# artificially large number, TODO a better way
|
||||||
size_threshold: 100000
|
size_threshold: 100000
|
||||||
|
|
||||||
|
debuginfo:
|
||||||
|
ignore:
|
||||||
|
# libpython3.so doesn't contain compiled code
|
||||||
|
- /usr/lib/debug/usr/lib*/libpython3.so*debug
|
||||||
|
|
||||||
# completely disabled inspections:
|
# completely disabled inspections:
|
||||||
inspections:
|
inspections:
|
||||||
|
Loading…
Reference in New Issue
Block a user