From a327bb7a8df778faf800521a203d68a3ffd69dda Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 19 Jul 2023 18:29:58 +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..5470931 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +# In a modular build rpminspect confuses the python2-libs for a +# subpackage of pyyaml. Ignore this check. +rpmdeps: + ignore: + requires: ^libpython[0-9]+\.[0-9]+\.so.*\(\)\(.*\)$ \ No newline at end of file