Add dotnet7.0 to PPC and s390x

This commit is contained in:
Andrew Lukoshko 2022-11-15 21:40:41 +01:00
parent cc7381a039
commit 82a3ad8788
2 changed files with 58 additions and 0 deletions

View File

@ -77,6 +77,35 @@ additional_packages = [
'^AppStream$', {
'*': [
"almalinux-backgrounds",
"aspnetcore-runtime-7.0",
"aspnetcore-targeting-pack-7.0",
"boom-boot-grub2",
"dotnet-apphost-pack-7.0",
"dotnet-hostfxr-7.0",
"dotnet-runtime-7.0",
"dotnet-sdk-7.0",
"dotnet-targeting-pack-7.0",
"dotnet-templates-7.0",
"keylime-selinux",
"pki-symkey",
"qatlib-service",
"qt5-doc",
"qt5-qtcharts-doc",
"qt5-qtdatavis3d-doc",
"qt5-qtpurchasing-doc",
"qt5-qtremoteobjects-doc",
"qt5-qtscxml-doc",
"qt5-qtspeech-doc",
"qt5-qtvirtualkeyboard-doc",
"qt5-qtwebview-doc",
]
}
),
(
'^PowerTools$', {
'*': [
"dotnet-sdk-7.0-source-built-artifacts",
"xorg-x11-server-source",
]
}
),

View File

@ -78,6 +78,35 @@ additional_packages = [
'^AppStream$', {
'*': [
"almalinux-backgrounds",
"aspnetcore-runtime-7.0",
"aspnetcore-targeting-pack-7.0",
"boom-boot-grub2",
"dotnet-apphost-pack-7.0",
"dotnet-hostfxr-7.0",
"dotnet-runtime-7.0",
"dotnet-sdk-7.0",
"dotnet-targeting-pack-7.0",
"dotnet-templates-7.0",
"keylime-selinux",
"pki-symkey",
"qatlib-service",
"qt5-doc",
"qt5-qtcharts-doc",
"qt5-qtdatavis3d-doc",
"qt5-qtpurchasing-doc",
"qt5-qtremoteobjects-doc",
"qt5-qtscxml-doc",
"qt5-qtspeech-doc",
"qt5-qtvirtualkeyboard-doc",
"qt5-qtwebview-doc",
]
}
),
(
'^PowerTools$', {
'*': [
"dotnet-sdk-7.0-source-built-artifacts",
"xorg-x11-server-source",
]
}
),