Add an rpminspect.yaml file

This commit is contained in:
Charalampos Stratakis 2023-07-20 16:23:06 +02:00 committed by Stepan Oksanichenko
parent 6c537e6f7d
commit e64e814915
2 changed files with 6 additions and 0 deletions

1
.scipy.metadata Normal file
View File

@ -0,0 +1 @@
c78fe8a0b7b7f19e086d82b87d9ee58af9791ca5 scipy-1.0.0.tar.xz

5
rpminspect.yaml Normal file
View File

@ -0,0 +1,5 @@
# In a modular build rpminspect confuses the python2-libs for a
# subpackage of scipy. Ignore this check.
rpmdeps:
ignore:
requires: ^libpython[0-9]+\.[0-9]+\.so.*\(\)\(.*\)$