From 8e5e6ccf891a55627d800c845bfb21584b124cf6 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Thu, 13 Jul 2023 16:07:10 +0200 Subject: [PATCH] Add an rpminspect config file We have disabled the debuginfo tests as we don't strip the debug symbols from the package due to having disabled the debuginfo package generation. This is due to modularity issues and naming conflicts on the rpm level. Resolves: rhbz#2213595 --- rpminspect.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..df4e7d1 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,6 @@ +# We have disabled the debuginfo package +# generation due to issues with modularity +debuginfo: + ignore: + - /usr/lib*/httpd/modules/mod_wsgi_python*.so + - /usr/lib*/python*/site-packages/mod_wsgi/server/mod_wsgi*.so