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.

Also turn off the rpmdeps check for libpython

In a modular build rpminspect confuses the python38-libs for a
subpackage of mod_wsgi. Ignore this check.

Resolves: rhbz#2213594
This commit is contained in:
Charalampos Stratakis 2023-07-13 16:07:10 +02:00
parent 16221349e1
commit aa37f19c57

12
rpminspect.yaml Normal file
View File

@ -0,0 +1,12 @@
# 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
# In a modular build rpminspect confuses the python39-libs for a
# subpackage of mod_wsgi. Ignore this check.
rpmdeps:
ignore:
requires: ^libpython[0-9]+\.[0-9]+\.so.*\(\)\(.*\)$