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*'