Update rpminspect and add missing test dependencies
Related: RHBZ#2134641
This commit is contained in:
parent
3e3fe3b505
commit
86cd187a24
@ -5,6 +5,15 @@ inspections:
|
||||
emptyrpm: off
|
||||
# We patch upstream a lot, no need to reject patches
|
||||
patches: off
|
||||
badfuncs:
|
||||
allowed:
|
||||
# The Mono runtime (used on s390x, for example), uses inet_addr for
|
||||
# debugging (such as sending the control flow graph to a remote process).
|
||||
# See runtime/src/mono/mono/mini/cfgdump.c. This isn't part of any
|
||||
# standard networking facility; networking APIs are implemneted/used in
|
||||
# libSystem*so.
|
||||
/usr/lib64/dotnet/shared/Microsoft.NETCore.App/*/libcoreclr.so:
|
||||
- inet_addr
|
||||
runpath:
|
||||
# Upstream explicitly sets $ORIGIN/netcoredeps as an RPATH
|
||||
# See https://github.com/dotnet/core/blob/main/Documentation/self-contained-linux-apps.md
|
||||
|
@ -28,8 +28,10 @@
|
||||
- dotnet-runtime-7.0
|
||||
- expect
|
||||
- file
|
||||
- gcc
|
||||
- git
|
||||
- jq
|
||||
- libstdc++
|
||||
- lldb
|
||||
- npm
|
||||
- python3
|
||||
|
Loading…
Reference in New Issue
Block a user