From ee81c215215879768dcb9164f72adb898ef6934e Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Sat, 18 Nov 2023 12:47:38 +0100 Subject: [PATCH] Add dotnet8.0 to ppc64le and s390x --- ppc64le/include_exclude.conf | 18 ++++++++++++++++++ s390x/include_exclude.conf | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index bf0a25f..f5fcfc1 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -82,6 +82,24 @@ additional_packages = [ '*': [ "almalinux-backgrounds", "libreport-almalinux", + "dotnet", + "dotnet-host", + "netstandard-targeting-pack-2.1", + "aspnetcore-runtime-8.0", + "aspnetcore-targeting-pack-8.0", + "dotnet-apphost-pack-8.0", + "dotnet-hostfxr-8.0", + "dotnet-runtime-8.0", + "dotnet-sdk-8.0", + "dotnet-targeting-pack-8.0", + "dotnet-templates-8.0", + ] + } + ), + ( + '^PowerTools$', { + '*': [ + "dotnet-sdk-8.0-source-built-artifacts", ] } ), diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index a7f4a54..709eebb 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -81,6 +81,24 @@ additional_packages = [ '*': [ "almalinux-backgrounds", "libreport-almalinux", + "dotnet", + "dotnet-host", + "netstandard-targeting-pack-2.1", + "aspnetcore-runtime-8.0", + "aspnetcore-targeting-pack-8.0", + "dotnet-apphost-pack-8.0", + "dotnet-hostfxr-8.0", + "dotnet-runtime-8.0", + "dotnet-sdk-8.0", + "dotnet-targeting-pack-8.0", + "dotnet-templates-8.0", + ] + } + ), + ( + '^PowerTools$', { + '*': [ + "dotnet-sdk-8.0-source-built-artifacts", ] } ),