From 1a9f5068a225b22738d548c554f175187da56991 Mon Sep 17 00:00:00 2001 From: jkaluza Date: Wed, 26 Jun 2024 07:46:12 +0000 Subject: [PATCH] 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. --- rpminspect.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..853ddca --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,3 @@ +debuginfo: + ignore: + - /usr/lib/debug/usr/lib*/libicudata.so*