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.
|
# libSystem*so.
|
||||||
/usr/lib64/dotnet/shared/Microsoft.NETCore.App/*/libcoreclr.so:
|
/usr/lib64/dotnet/shared/Microsoft.NETCore.App/*/libcoreclr.so:
|
||||||
- inet_addr
|
- inet_addr
|
||||||
|
/usr/lib64/dotnet/packs/Microsoft.NETCore.App.Runtime.*/*/runtimes/*/native/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
|
||||||
|
@ -5,13 +5,13 @@ provision:
|
|||||||
prepare:
|
prepare:
|
||||||
how: install
|
how: install
|
||||||
package:
|
package:
|
||||||
- aspnetcore-runtime-7.0
|
- aspnetcore-runtime-8.0
|
||||||
- babeltrace
|
- babeltrace
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- bc
|
- bc
|
||||||
- binutils
|
- binutils
|
||||||
- dotnet-runtime-7.0
|
- dotnet-runtime-8.0
|
||||||
- dotnet-sdk-7.0
|
- dotnet-sdk-8.0
|
||||||
- expect
|
- expect
|
||||||
- file
|
- file
|
||||||
- findutils
|
- findutils
|
||||||
|
Loading…
Reference in New Issue
Block a user