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:
jkaluza 2024-06-26 07:46:12 +00:00
parent c9ce040aae
commit 1a9f5068a2

3
rpminspect.yaml Normal file
View File

@ -0,0 +1,3 @@
debuginfo:
ignore:
- /usr/lib/debug/usr/lib*/libicudata.so*