From 335e3b8efd5d6d99842c8e22f34b0cd7295fb2d2 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Feb 01 2024 16:41:13 +0000 Subject: rpminspect: More exclusions Signed-off-by: Cole Robinson --- diff --git a/rpminspect.yaml b/rpminspect.yaml index fea3fc8..a1efb35 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -12,9 +12,18 @@ debuginfo: # More pre-compiled rom warnings: # - Program built without GNU_STACK: /usr/share/qemu/u-boot.e500 # - Stack is still executable: /usr/share/qemu/hppa-firmware.img +# - /usr/share/qemu/s390-ccw.img has warnings on f38 only elf: - exclude_path: ^/usr/share/qemu/(u-boot.e500|hppa-firmware.img)$ + exclude_path: ^/usr/share/qemu/(u-boot.e500|hppa-firmware.img|s390-ccw.img)$ -# CryptoPkg fuzz tests have invalid unicode, but I assume that's intentional -unicode: - exclude: .*edk2/CryptoPkg.* + +# bundled edk2 source CryptoPkg fuzz tests have invalid unicode, +# but I assume that's intentional +# +# We would exclude that path using `unicode:` section, but fedora CI +# doesn't allow it: +# rpminspect: *** ignoring 'unicode' section in ...rpminspect.yaml; only allowed in system-wide configuration +# +# So instead we fully disable the unicode check +inspections: + unicode: off