Update to .NET SDK 10.0.101 and Runtime 10.0.1
Resolves: RHEL-130939
This commit is contained in:
parent
4387993d51
commit
e1af750f22
2
.gitignore
vendored
2
.gitignore
vendored
@ -74,3 +74,5 @@
|
||||
/dotnet-source-10.0.100-rc.2.25502.107.tar.gz.sig
|
||||
/dotnet-10.0.100.tar.gz
|
||||
/dotnet-10.0.100.tar.gz.sig
|
||||
/dotnet-10.0.101.tar.gz
|
||||
/dotnet-10.0.101.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.100
|
||||
%global upstream_tag v10.0.101
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 10.0.0
|
||||
%global aspnetcore_runtime_version 10.0.0
|
||||
%global sdk_version 10.0.100
|
||||
%global runtime_version 10.0.1
|
||||
%global aspnetcore_runtime_version 10.0.1
|
||||
%global sdk_version 10.0.101
|
||||
%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 }')
|
||||
@ -916,6 +916,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 09 2025 Omair Majid <omajid@redhat.com> - 10.0.101-2
|
||||
- Update to .NET SDK 10.0.101 and Runtime 10.0.1
|
||||
- Resolves: RHEL-130939
|
||||
|
||||
* Wed Nov 12 2025 Omair Majid <omajid@redhat.com> - 10.0.100-2
|
||||
- Update to .NET SDK 10.0.100 and Runtime 10.0.0
|
||||
- Resolves: RHEL-125749
|
||||
|
||||
@ -20,4 +20,3 @@ product_versions:
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other-archs.functional}
|
||||
|
||||
14
release.json
14
release.json
@ -1,11 +1,11 @@
|
||||
{
|
||||
"release": "10.0.0",
|
||||
"release": "10.0.1",
|
||||
"channel": "10.0",
|
||||
"tag": "v10.0.100",
|
||||
"sdkVersion": "10.0.100",
|
||||
"runtimeVersion": "10.0.0",
|
||||
"aspNetCoreVersion": "10.0.0",
|
||||
"tag": "v10.0.101",
|
||||
"sdkVersion": "10.0.101",
|
||||
"runtimeVersion": "10.0.1",
|
||||
"aspNetCoreVersion": "10.0.1",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "b0f34d51fccc69fd334253924abd8d6853fad7aa",
|
||||
"officialBuildId": "20251023.11"
|
||||
"sourceVersion": "fad253f51b461736dfd3cd9c15977bb7493becef",
|
||||
"officialBuildId": "20251119.5"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-10.0.100.tar.gz) = 0c292fe98c9c60864be176829011384542e94625e0969007f198df9a520aab68517a8a807927c25e885915597f3d87ffc8c1ba797606d5896f305705f3c44c98
|
||||
SHA512 (dotnet-10.0.100.tar.gz.sig) = 2343e062401151166218bd57b8ad1e23c6772d325a5e4304ab040a0d06eca85f04dd0543431e10068ecc60db55fe11d5c4f3a6d04f2c0f67741f4659f7e69572
|
||||
SHA512 (dotnet-10.0.101.tar.gz) = d9dd55d5ee23f356984e2edf5b075e76424ad9d91ce33aa923b9cd94bc0f2d612dee7b562dad266ceaca263f014f02a7507cd9066d9f2444cb3157e8d2824f6f
|
||||
SHA512 (dotnet-10.0.101.tar.gz.sig) = 8cd1d3b3712e54849caf0f290331f664fd378b537f6a6ee22e621ceeaa5fa5a6d87b22271c1e9ff81bc05a640e6d58db00cabe5cf054dae99af7d6a6b736a56b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user