From 98f999818db152cebce347a4c5cecd251c804e79 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 17 Feb 2026 10:00:18 -0500 Subject: [PATCH] rpminspect: skip annocheck for ocaml binaries These have known failures: https://issues.redhat.com/browse/RHEL-44303 Signed-off-by: Cole Robinson --- rpminspect.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..fda4fe5 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,10 @@ + +# config docs: https://github.com/rpminspect/rpminspect/blob/main/data/generic.yaml +# real example: https://gitlab.com/redhat/centos-stream/rpms/python3.14/-/blob/c10s/rpminspect.yaml + +# annocheck has known issues with ocaml binaries +# https://issues.redhat.com/browse/RHEL-44303 +annocheck: + ignore: + - '/usr/bin/virt-v2v*' + - '/usr/libexec/virt-v2v*'