rpminspect: Ignore the subpackage test

This commit is contained in:
Charalampos Stratakis 2023-07-19 18:28:56 +02:00
parent 151eaa0411
commit d524e091af

View File

@ -3,3 +3,9 @@
debuginfo:
ignore:
- /usr/lib*/python*/site-packages/markupsafe/_speedups.so
# In a modular build rpminspect confuses the python2-libs for a
# subpackage of markupsafe. Ignore this check.
rpmdeps:
ignore:
requires: ^libpython[0-9]+\.[0-9]+\.so.*\(\)\(.*\)$