Update to .NET SDK 10.0.109 and Runtime 10.0.9
Resolves: RHEL-181557
This commit is contained in:
parent
4f700030fb
commit
531dc520fc
2
.gitignore
vendored
2
.gitignore
vendored
@ -86,3 +86,5 @@
|
||||
/dotnet-10.0.106.tar.gz.sig
|
||||
/dotnet-10.0.108.tar.gz
|
||||
/dotnet-10.0.108.tar.gz.sig
|
||||
/dotnet-10.0.109.tar.gz
|
||||
/dotnet-10.0.109.tar.gz.sig
|
||||
|
||||
@ -14,13 +14,13 @@
|
||||
|
||||
# upstream can produce releases with a different tag than the SDK version
|
||||
#%%global upstream_tag v%%{runtime_version}
|
||||
%global upstream_tag v10.0.108
|
||||
%global upstream_tag v10.0.109
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 10.0.8
|
||||
%global aspnetcore_runtime_version 10.0.8
|
||||
%global sdk_version 10.0.108
|
||||
%global runtime_version 10.0.9
|
||||
%global aspnetcore_runtime_version 10.0.9
|
||||
%global sdk_version 10.0.109
|
||||
%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 }')
|
||||
@ -937,6 +937,10 @@ ps aux
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2026 Tom Deseyn <tdeseyn@redhat.com> - 10.0.109-2
|
||||
- Update to .NET SDK 10.0.109 and Runtime 10.0.9
|
||||
- Resolves: RHEL-181557
|
||||
|
||||
* Thu May 28 2026 Omair Majid <omajid@redhat.com> - 10.0.108-2
|
||||
- Update to .NET SDK 10.0.108 and Runtime 10.0.8
|
||||
- Resolves: RHEL-173908
|
||||
|
||||
14
release.json
14
release.json
@ -1,11 +1,11 @@
|
||||
{
|
||||
"release": "10.0.8",
|
||||
"release": "10.0.9",
|
||||
"channel": "10.0",
|
||||
"tag": "v10.0.108",
|
||||
"sdkVersion": "10.0.108",
|
||||
"runtimeVersion": "10.0.8",
|
||||
"aspNetCoreVersion": "10.0.8",
|
||||
"tag": "v10.0.109",
|
||||
"sdkVersion": "10.0.109",
|
||||
"runtimeVersion": "10.0.9",
|
||||
"aspNetCoreVersion": "10.0.9",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "94ea82652cdd4e0f8046b5bd5becbd11461482ca",
|
||||
"officialBuildId": "20260429.19"
|
||||
"sourceVersion": "901ca941248413c79832d2fdbd709da0c4386353",
|
||||
"officialBuildId": "20260520.13"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-10.0.108.tar.gz) = a48d120f3466c2ad3b7e203b313bc7aa943ff9ce9c55697fc791f28aa025ea8b31cadb6bd4040122e929f9fd31a56ac28c9d8fff4e3fd888e05040ea9c7b6471
|
||||
SHA512 (dotnet-10.0.108.tar.gz.sig) = cb77c14c5971be103a3b85ef20c1db6f0130ffc061fe652014b9748b82eb5fde80a116d904186f5cd42c2c9c787c2e7189c7ad7cf042ae16e72e6eecbeeadcdb
|
||||
SHA512 (dotnet-10.0.109.tar.gz) = e4050699b782126604aae41e8cfc0366741c0d3e03255e72fcb22560bceae4e503d8f12dfad58d88826b233e0f2843d125efd1f86d6ab18f7a356d6350dc18a2
|
||||
SHA512 (dotnet-10.0.109.tar.gz.sig) = 2fd6d5c6eef1a510125b8480ad4a83de098cb1acbcd54094b2f7b21771fa671f3ea94d9926bb14441abb553dd154477a59f636fe3cfeb03408b025649a1ac4b7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user