Ignore libicudata.so in debuginfo tests.
The libicudata.so does not contain any code and therefore its symtab is empty. The rpminspect expects all the shared objects to have the .gdb_index ELF section, but gdb does not generate any for this file, since there are no debugging symbols.
This commit is contained in:
parent
c9ce040aae
commit
1a9f5068a2
3
rpminspect.yaml
Normal file
3
rpminspect.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
debuginfo:
|
||||||
|
ignore:
|
||||||
|
- /usr/lib/debug/usr/lib*/libicudata.so*
|
Loading…
Reference in New Issue
Block a user