Update to .NET SDK 10.0.102 and Runtime 10.0.2
Resolves: RHEL-138639
This commit is contained in:
parent
076e90024b
commit
ded4f492fb
2
.gitignore
vendored
2
.gitignore
vendored
@ -70,3 +70,5 @@
|
||||
/dotnet-10.0.100.tar.gz.sig
|
||||
/dotnet-10.0.101.tar.gz
|
||||
/dotnet-10.0.101.tar.gz.sig
|
||||
/dotnet-10.0.102.tar.gz
|
||||
/dotnet-10.0.102.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.101
|
||||
%global upstream_tag v10.0.102
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 10.0.1
|
||||
%global aspnetcore_runtime_version 10.0.1
|
||||
%global sdk_version 10.0.101
|
||||
%global runtime_version 10.0.2
|
||||
%global aspnetcore_runtime_version 10.0.2
|
||||
%global sdk_version 10.0.102
|
||||
%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 }')
|
||||
@ -668,7 +668,6 @@ find -depth -name 'artifacts' -type d -print -exec rm -rf {} \;
|
||||
./build.sh \
|
||||
--source-only \
|
||||
--release-manifest %{SOURCE3} \
|
||||
--branding rtm \
|
||||
%if %{without bootstrap}
|
||||
--with-sdk previously-built-dotnet \
|
||||
%endif
|
||||
@ -900,6 +899,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 14 2026 Omair Majid <omajid@redhat.com> - 10.0.102-2
|
||||
- Update to .NET SDK 10.0.102 and Runtime 10.0.2
|
||||
- Resolves: RHEL-138639
|
||||
|
||||
* 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-130937
|
||||
|
||||
14
release.json
14
release.json
@ -1,11 +1,11 @@
|
||||
{
|
||||
"release": "10.0.1",
|
||||
"release": "10.0.2",
|
||||
"channel": "10.0",
|
||||
"tag": "v10.0.101",
|
||||
"sdkVersion": "10.0.101",
|
||||
"runtimeVersion": "10.0.1",
|
||||
"aspNetCoreVersion": "10.0.1",
|
||||
"tag": "v10.0.102",
|
||||
"sdkVersion": "10.0.102",
|
||||
"runtimeVersion": "10.0.2",
|
||||
"aspNetCoreVersion": "10.0.2",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "fad253f51b461736dfd3cd9c15977bb7493becef",
|
||||
"officialBuildId": "20251119.5"
|
||||
"sourceVersion": "1def04f336cc452f7633f2ef1f157669c37c283a",
|
||||
"officialBuildId": "20260105.8"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-10.0.101.tar.gz) = d9dd55d5ee23f356984e2edf5b075e76424ad9d91ce33aa923b9cd94bc0f2d612dee7b562dad266ceaca263f014f02a7507cd9066d9f2444cb3157e8d2824f6f
|
||||
SHA512 (dotnet-10.0.101.tar.gz.sig) = 8cd1d3b3712e54849caf0f290331f664fd378b537f6a6ee22e621ceeaa5fa5a6d87b22271c1e9ff81bc05a640e6d58db00cabe5cf054dae99af7d6a6b736a56b
|
||||
SHA512 (dotnet-10.0.102.tar.gz) = 77e8daa61cd8ab8546b8f8b2c9ec312176e78bbb728d73a7eff20d5adde6e5535b040dd1b95b224ab961dbb2960cf26b877a27ba93ddc3211837ad4730f17bfe
|
||||
SHA512 (dotnet-10.0.102.tar.gz.sig) = d64328b6f80876c16d2251296ee6701426a526f631870f203028ee33107d62b8ed88bdb1a3d65450521f58924c3860454d6a8e7e9f71bdcc8963c9bcfcd3f84c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user