Update to .NET SDK 9.0.107 and Runtime 9.0.6
Resolves: RHEL-94423
This commit is contained in:
parent
b6fef3b3f4
commit
d1315de9d8
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,3 +26,5 @@
|
||||
/dotnet-9.0.4.tar.gz.sig
|
||||
/dotnet-9.0.5.tar.gz
|
||||
/dotnet-9.0.5.tar.gz.sig
|
||||
/dotnet-9.0.6.tar.gz
|
||||
/dotnet-9.0.6.tar.gz.sig
|
||||
|
||||
@ -10,13 +10,13 @@
|
||||
|
||||
# upstream can produce releases with a different tag than the SDK version
|
||||
#%%global upstream_tag v%%{runtime_version}
|
||||
%global upstream_tag v9.0.5
|
||||
%global upstream_tag v9.0.6
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 9.0.5
|
||||
%global aspnetcore_runtime_version 9.0.5
|
||||
%global sdk_version 9.0.106
|
||||
%global runtime_version 9.0.6
|
||||
%global aspnetcore_runtime_version 9.0.6
|
||||
%global sdk_version 9.0.107
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
||||
%global templates_version %{aspnetcore_runtime_version}
|
||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -886,6 +886,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 11 2025 Omair Majid <omajid@redhat.com> - 9.0.107-2
|
||||
- Update to .NET SDK 9.0.107 and Runtime 9.0.6
|
||||
- Resolves: RHEL-94423
|
||||
|
||||
* Tue May 13 2025 Omair Majid <omajid@redhat.com> - 9.0.106-2
|
||||
- Update to .NET SDK 9.0.106 and Runtime 9.0.5
|
||||
- Resolves: RHEL-89452
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "9.0.5",
|
||||
"release": "9.0.6",
|
||||
"channel": "9.0",
|
||||
"tag": "v9.0.5",
|
||||
"sdkVersion": "9.0.106",
|
||||
"runtimeVersion": "9.0.5",
|
||||
"aspNetCoreVersion": "9.0.5",
|
||||
"tag": "v9.0.6",
|
||||
"sdkVersion": "9.0.107",
|
||||
"runtimeVersion": "9.0.6",
|
||||
"aspNetCoreVersion": "9.0.6",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "3d441471e6d6513e40022042a13b536bebff0590"
|
||||
"sourceVersion": "3b2a975be6836979a19db7625a972b46a36efaeb"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-9.0.5.tar.gz) = c6eb46fc2713b1fe66f3419d4de9d4614c0de313d01fcb37a75c2bfdcd1b7e97c0a85dcccd6065c91f60ff3e256ada9690ead1f194a15f74be0cdc624e29dc2d
|
||||
SHA512 (dotnet-9.0.5.tar.gz.sig) = 78eb5922eb68d0c2bf14cef9c217ce364a10bd792726e9caca7a52b9b1691d5c9d670d49b5c3ea25733b5ea52d5c83abc669d2bbc4e37c7cc36ff09cc1411ef6
|
||||
SHA512 (dotnet-9.0.6.tar.gz) = 00c666ff862aa84624ee0e4bce4fd21bdf81378bf9001090c6a6d81025211fbd991ffa48be65bb3cbcdcada34e91750df25fc97b17fb22e0c17736714c067cee
|
||||
SHA512 (dotnet-9.0.6.tar.gz.sig) = a74e29a815880b061971c03bc57d5291a40cfeed24c2d6d2c4bb4ac017bc12ff32e609df5a915c9df0f9bf499245b5cc4f59a8a27475e40a80411244e8081147
|
||||
|
||||
Loading…
Reference in New Issue
Block a user