3bdaa7cb5c
A new release of dotnet-bunny changes how it needs to be called. Also update rpminspect ignore list. Related: RHBZ#1986211
19 lines
687 B
YAML
19 lines
687 B
YAML
---
|
|
inspections:
|
|
# We patch upstream a lot, no need to reject patches
|
|
patches: off
|
|
badfuncs:
|
|
ignore:
|
|
# TODO This removes all badfuncs checks on libcoreclr! Use
|
|
# https://github.com/rpminspect/rpminspect/issues/573 to filter
|
|
# out the specific issues when that's available
|
|
|
|
# inet_addr: mono/s390x uses inet_addr for some internal
|
|
# debugging. See runtime/src/mono/mono/mini/cfgdump.c
|
|
- /usr/lib*/dotnet/shared/Microsoft.NETCore.App/6.0.*/libcoreclr.so
|
|
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
|