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