Update to .NET SDK 9.0.112 and Runtime 9.0.11
Resolves: RHEL-125743
This commit is contained in:
parent
051dacd4cd
commit
6f207b9cb7
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,3 +36,5 @@
|
||||
/dotnet-9.0.110.tar.gz.sig
|
||||
/dotnet-9.0.111.tar.gz
|
||||
/dotnet-9.0.111.tar.gz.sig
|
||||
/dotnet-9.0.112.tar.gz
|
||||
/dotnet-9.0.112.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 v9.0.111
|
||||
%global upstream_tag v9.0.112
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 9.0.10
|
||||
%global aspnetcore_runtime_version 9.0.10
|
||||
%global sdk_version 9.0.111
|
||||
%global runtime_version 9.0.11
|
||||
%global aspnetcore_runtime_version 9.0.11
|
||||
%global sdk_version 9.0.112
|
||||
%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 }')
|
||||
@ -885,6 +885,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 12 2025 Omair Majid <omajid@redhat.com> - 9.0.112-2
|
||||
- Update to .NET SDK 9.0.112 and Runtime 9.0.11
|
||||
- Resolves: RHEL-125743
|
||||
|
||||
* Tue Oct 14 2025 Omair Majid <omajid@redhat.com> - 9.0.111-2
|
||||
- Update to .NET SDK 9.0.111 and Runtime 9.0.10
|
||||
- Resolves: RHEL-116858
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "9.0.10",
|
||||
"release": "9.0.11",
|
||||
"channel": "9.0",
|
||||
"tag": "v9.0.111",
|
||||
"sdkVersion": "9.0.111",
|
||||
"runtimeVersion": "9.0.10",
|
||||
"aspNetCoreVersion": "9.0.10",
|
||||
"tag": "v9.0.112",
|
||||
"sdkVersion": "9.0.112",
|
||||
"runtimeVersion": "9.0.11",
|
||||
"aspNetCoreVersion": "9.0.11",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "838867fec3d758e34188af097f4f18a23c3800e8"
|
||||
"sourceVersion": "191254d6485c508af3f6f8ff5f20e91fa63ee39c"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-9.0.111.tar.gz) = 78f3dfe0811085a648d1ad226871881c47cbc014d515d3bbd7e987f74cd19f1b9f9c577b527f441da799ad1a59a53659b636634451f0ce4f7926593be4d3ccc1
|
||||
SHA512 (dotnet-9.0.111.tar.gz.sig) = 8720249f408cdf74fbae5ea024d406a8d5a27742de2de4a6317ee625ad318c0b2d90a7bde7516a6e51c6f6d7423f56cc1c61d36be057103a282ed4f15befd26d
|
||||
SHA512 (dotnet-9.0.112.tar.gz) = 16660ca0e7d2c3cddc6a25b464c9cbe5951ac3e4d27a50b4ad77809dfa39f2e1206c3d20b6b9495e8308226dabfd1535b065f13a6ee53931d0f494c89db2a31f
|
||||
SHA512 (dotnet-9.0.112.tar.gz.sig) = c464f1d190371deaf7e74e288759a5ed1cbbf39631b7dcd27756c08f8d789a2d6647f72d379202eac8be71a94ba8aa21d7a3127d98a9fccebed61faccfbbd2e8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user