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
This commit is contained in:
parent
07fa01e035
commit
8e5e6ccf89
6
rpminspect.yaml
Normal file
6
rpminspect.yaml
Normal file
@ -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
|
||||
Loading…
Reference in New Issue
Block a user