From e7b70f17e3853ff9a1f9f59bc55748bde5dbfeea Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 19 Jul 2023 18:26:43 +0200 Subject: [PATCH] Add an rpminspect.yaml file --- rpminspect.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..f6ea22c --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +# In a modular build rpminspect confuses the python2-libs for a +# subpackage of coverage. Ignore this check. +rpmdeps: + ignore: + requires: ^libpython[0-9]+\.[0-9]+\.so.*\(\)\(.*\)$