Update to .NET SDK 9.0.120 and Runtime 9.0.19
Resolves: RHEL-235474
This commit is contained in:
parent
65f39393a9
commit
ac1be6b22a
2
.gitignore
vendored
2
.gitignore
vendored
@ -52,3 +52,5 @@
|
||||
/dotnet-9.0.118.tar.gz.sig
|
||||
/dotnet-9.0.119.tar.gz
|
||||
/dotnet-9.0.119.tar.gz.sig
|
||||
/dotnet-9.0.120.tar.gz
|
||||
/dotnet-9.0.120.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.119
|
||||
%global upstream_tag v9.0.120
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 9.0.18
|
||||
%global aspnetcore_runtime_version 9.0.18
|
||||
%global sdk_version 9.0.119
|
||||
%global runtime_version 9.0.19
|
||||
%global aspnetcore_runtime_version 9.0.19
|
||||
%global sdk_version 9.0.120
|
||||
%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 }')
|
||||
@ -947,6 +947,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 14 2026 Omair Majid <omajid@redhat.com> - 9.0.120-2
|
||||
- Update to .NET SDK 9.0.120 and Runtime 9.0.19
|
||||
- Resolves: RHEL-235474
|
||||
|
||||
* Thu Jul 23 2026 Satish Mane <satmane@redhat.com> - 9.0.119-2
|
||||
- Update to .NET SDK 9.0.119 and Runtime 9.0.18
|
||||
- Resolves: RHEL-192470
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "9.0.18",
|
||||
"release": "9.0.19",
|
||||
"channel": "9.0",
|
||||
"tag": "v9.0.119",
|
||||
"sdkVersion": "9.0.119",
|
||||
"runtimeVersion": "9.0.18",
|
||||
"aspNetCoreVersion": "9.0.18",
|
||||
"tag": "v9.0.120",
|
||||
"sdkVersion": "9.0.120",
|
||||
"runtimeVersion": "9.0.19",
|
||||
"aspNetCoreVersion": "9.0.19",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "d088fc83496a99a5785ecdf74c012f61a335c338"
|
||||
"sourceVersion": "d0558bff3d817c76a12aa6852050b71c5b742c40"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-9.0.119.tar.gz) = bdb5e0bd73b7edf0cc7bf72d9ef07a31691c442bf436e1e25c7d3ac5ee02768bf405a28c004df62db1bb3f0553cb47d6dbd894106667186c7187a13138e23a09
|
||||
SHA512 (dotnet-9.0.119.tar.gz.sig) = c7529e07348ec4506bf930c70dede49ac16ef6cfe5d0d66a767c26275387de98c153f1adcbc8d921fccad8786cee42f8004d67dbc914a26e1dbd83df6a76f386
|
||||
SHA512 (dotnet-9.0.120.tar.gz) = 8c645e6e476f5c045be8da3eec88a1698178c08773b11704fc48c93a3d7dc9421461b4fd233718a26bb2b989b26fe217c5222883aae51dc547074e06b300b158
|
||||
SHA512 (dotnet-9.0.120.tar.gz.sig) = f8fd421dbb3b49fb3214b4f14db849a75a7cbcdfdb891f7fb3f0801dee32362c55734d4f29c04db784058c9efc1d6553dbf15452b3805e28f3aa5a037b2dd993
|
||||
|
||||
Loading…
Reference in New Issue
Block a user