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
This commit is contained in:
Charalampos Stratakis 2023-07-04 19:41:00 +02:00
parent 05eeecf8aa
commit f7f82d8631
1 changed files with 7 additions and 0 deletions

7
rpminspect.yaml Normal file
View File

@ -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