From 7536c39a6b4cf414f9143b4b7cd54d388c18fa95 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Mon, 22 Mar 2021 11:56:59 -0400 Subject: [PATCH] Add an rpminspect file for get rpminspect to pass This requires a recent version of rpminspect, see https://github.com/rpminspect/rpminspect/issues/335 --- rpminspect.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..edc369a --- /dev/null +++ b/rpminspect.yaml @@ -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