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:
Omair Majid 2023-08-23 12:30:00 -04:00
parent 79be3e7567
commit 980f4de6c5
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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