Fix tests
When running tests, install 8.0 packages, not 7.0 packages. For rpminspect, also exclude the second copy of libcoreclr.so from the badfuncs check. Related: RHBZ#2224124
This commit is contained in:
parent
79be3e7567
commit
980f4de6c5
@ -11,6 +11,8 @@ badfuncs:
|
||||
# libSystem*so.
|
||||
/usr/lib64/dotnet/shared/Microsoft.NETCore.App/*/libcoreclr.so:
|
||||
- inet_addr
|
||||
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Runtime.*/*/runtimes/*/native/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
|
||||
|
@ -5,13 +5,13 @@ provision:
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
- aspnetcore-runtime-7.0
|
||||
- aspnetcore-runtime-8.0
|
||||
- babeltrace
|
||||
- bash-completion
|
||||
- bc
|
||||
- binutils
|
||||
- dotnet-runtime-7.0
|
||||
- dotnet-sdk-7.0
|
||||
- dotnet-runtime-8.0
|
||||
- dotnet-sdk-8.0
|
||||
- expect
|
||||
- file
|
||||
- findutils
|
||||
|
Loading…
Reference in New Issue
Block a user