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