From f7f82d8631d94ca8a354a71c1ad022c8c451c6d9 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Tue, 4 Jul 2023 19:41:00 +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#2213283 --- rpminspect.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..0ceadff --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,7 @@ +# We have disabled the debuginfo package +# generation due to issues with modularity +debuginfo: + ignore: + - /usr/lib*/python*/site-packages/sqlalchemy/cprocessors.so + - /usr/lib*/python*/site-packages/sqlalchemy/cresultproxy.so + - /usr/lib*/python*/site-packages/sqlalchemy/cutils.so