Add an rpminspect file for get rpminspect to pass

This requires a recent version of rpminspect, see
https://github.com/rpminspect/rpminspect/issues/335
This commit is contained in:
Omair Majid 2021-03-22 11:56:59 -04:00
parent 46ee7cc319
commit 7536c39a6b

12
rpminspect.yaml Normal file
View File

@ -0,0 +1,12 @@
---
inspections:
# We ship an empty dotnet package that installs the latest SDK, but
# also a newer SDK when we have that
emptyrpm: off
# We patch upstream a lot, no need to reject patches
patches: off
runpath:
# Upstream explicitly sets $ORIGIN/netcoredeps as an RPATH
# See https://github.com/dotnet/core/blob/main/Documentation/self-contained-linux-apps.md
allowed_origin_paths:
- /netcoredeps