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
|
emptyrpm: off
|
||||||
# We patch upstream a lot, no need to reject patches
|
# We patch upstream a lot, no need to reject patches
|
||||||
patches: off
|
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:
|
runpath:
|
||||||
# Upstream explicitly sets $ORIGIN/netcoredeps as an RPATH
|
# Upstream explicitly sets $ORIGIN/netcoredeps as an RPATH
|
||||||
# See https://github.com/dotnet/core/blob/main/Documentation/self-contained-linux-apps.md
|
# See https://github.com/dotnet/core/blob/main/Documentation/self-contained-linux-apps.md
|
||||||
|
@ -28,8 +28,10 @@
|
|||||||
- dotnet-runtime-7.0
|
- dotnet-runtime-7.0
|
||||||
- expect
|
- expect
|
||||||
- file
|
- file
|
||||||
|
- gcc
|
||||||
- git
|
- git
|
||||||
- jq
|
- jq
|
||||||
|
- libstdc++
|
||||||
- lldb
|
- lldb
|
||||||
- npm
|
- npm
|
||||||
- python3
|
- python3
|
||||||
|
Loading…
Reference in New Issue
Block a user