From bc86c5d7aeafcae0b813a533f62c38e4d180a098 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 20 Jul 2023 16:23:06 +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..495c63c --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +# In a modular build rpminspect confuses the python2-libs for a +# subpackage of scipy. Ignore this check. +rpmdeps: + ignore: + requires: ^libpython[0-9]+\.[0-9]+\.so.*\(\)\(.*\)$