Update to .NET SDK 10.0.106 and Runtime 10.0.6
Resolves: RHEL-163387
This commit is contained in:
parent
569bc3013e
commit
63448180d6
2
.gitignore
vendored
2
.gitignore
vendored
@ -82,3 +82,5 @@
|
||||
/dotnet-10.0.103.tar.gz.sig
|
||||
/dotnet-10.0.104.tar.gz
|
||||
/dotnet-10.0.104.tar.gz.sig
|
||||
/dotnet-10.0.106.tar.gz
|
||||
/dotnet-10.0.106.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.104
|
||||
%global upstream_tag v10.0.106
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 10.0.4
|
||||
%global aspnetcore_runtime_version 10.0.4
|
||||
%global sdk_version 10.0.104
|
||||
%global runtime_version 10.0.6
|
||||
%global aspnetcore_runtime_version 10.0.6
|
||||
%global sdk_version 10.0.106
|
||||
%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 }')
|
||||
@ -915,6 +915,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 17 2026 Omair Majid <omajid@redhat.com> - 10.0.106-2
|
||||
- Update to .NET SDK 10.0.106 and Runtime 10.0.6
|
||||
- Resolves: RHEL-163387
|
||||
|
||||
* Thu Mar 26 2026 Dominik Rehák <drehak@redhat.com> - 10.0.104-2
|
||||
- Update to .NET SDK 10.0.104 and Runtime 10.0.4
|
||||
- Resolves: RHEL-152955
|
||||
|
||||
14
release.json
14
release.json
@ -1,11 +1,11 @@
|
||||
{
|
||||
"release": "10.0.4",
|
||||
"release": "10.0.6",
|
||||
"channel": "10.0",
|
||||
"tag": "v10.0.104",
|
||||
"sdkVersion": "10.0.104",
|
||||
"runtimeVersion": "10.0.4",
|
||||
"aspNetCoreVersion": "10.0.4",
|
||||
"tag": "v10.0.106",
|
||||
"sdkVersion": "10.0.106",
|
||||
"runtimeVersion": "10.0.6",
|
||||
"aspNetCoreVersion": "10.0.6",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "80d3e14f5e08b4888f464e3cd0d0b2445b63ec46",
|
||||
"officialBuildId": "20260219.10"
|
||||
"sourceVersion": "47fb725acf5d7094af51aebbb5b7e5c44a3b2a77",
|
||||
"officialBuildId": "20260326.1"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-10.0.104.tar.gz) = d50c796d7fc6ec625e23842be626ccaf429b84c1b74fa4916d78eff0190d2b293dc97c412a1f78a0b3bfdcc30d30b9f670016e64ea1da8f69937b9c239b6645d
|
||||
SHA512 (dotnet-10.0.104.tar.gz.sig) = 8993e29a81b1d0548401a19a544d6b1a7b96f13940ef6568871d8c9bc07d6887c849a4247a7d0755a694cbe2b3021de3b7137258ee766f467300151937d1f445
|
||||
SHA512 (dotnet-10.0.106.tar.gz) = 82738c17137723cd3a326d3c71a08dc705710f4a2d63ddc689788e1c8555720e706e416511c3bd880be589b297baff33b4465ee08db1ab8d85a2c956ecaefc41
|
||||
SHA512 (dotnet-10.0.106.tar.gz.sig) = 5874515ddbecc2a9f86ea787a71308938fd08fe8d27ad7d4301eaf727009b31fe1df867ea1614535a4a25ad37d837f5d6927ee232a706fc087483356e23e380a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user