Update to .NET SDK 8.0.125 and Runtime 8.0.25
Resolves: RHEL-152929
This commit is contained in:
parent
be8e16cb27
commit
94191fcc1d
2
.gitignore
vendored
2
.gitignore
vendored
@ -76,3 +76,5 @@
|
||||
/dotnet-8.0.123.tar.gz.sig
|
||||
/dotnet-8.0.124.tar.gz
|
||||
/dotnet-8.0.124.tar.gz.sig
|
||||
/dotnet-8.0.125.tar.gz
|
||||
/dotnet-8.0.125.tar.gz.sig
|
||||
|
||||
@ -12,10 +12,10 @@
|
||||
# dotnet-host and netstandard-targeting-pack-2.1
|
||||
%global is_latest_dotnet 0
|
||||
|
||||
%global host_version 8.0.24
|
||||
%global runtime_version 8.0.24
|
||||
%global host_version 8.0.25
|
||||
%global runtime_version 8.0.25
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 8.0.124
|
||||
%global sdk_version 8.0.125
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
||||
%global templates_version %{runtime_version}
|
||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -775,6 +775,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 03 2026 Dominik Rehák <drehak@redhat.com> - 8.0.125-2
|
||||
- Update to .NET SDK 8.0.125 and Runtime 8.0.25
|
||||
- Resolves: RHEL-152929
|
||||
|
||||
* Wed Feb 11 2026 Omair Majid <omajid@redhat.com> - 8.0.124-2
|
||||
- Update to .NET SDK 8.0.124 and Runtime 8.0.24
|
||||
- Resolves: RHEL-144965
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "8.0.24",
|
||||
"release": "8.0.25",
|
||||
"channel": "8.0",
|
||||
"tag": "v8.0.124",
|
||||
"sdkVersion": "8.0.124",
|
||||
"runtimeVersion": "8.0.24",
|
||||
"aspNetCoreVersion": "8.0.24",
|
||||
"tag": "v8.0.125",
|
||||
"sdkVersion": "8.0.125",
|
||||
"runtimeVersion": "8.0.25",
|
||||
"aspNetCoreVersion": "8.0.25",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "491d6639cd39497321b68f4e7749601894015680"
|
||||
"sourceVersion": "86c1b454f17232e86cccbd509c734630eb55afef"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-8.0.124.tar.gz) = 674847722cbfb849abf8529e499633e62ed210afd788abb7c4f55635c233162c2e7a14592ca0e00189069aaa9fb7a441e9a61095d267c0ca80595647d67f1aa3
|
||||
SHA512 (dotnet-8.0.124.tar.gz.sig) = 0ea10b096bd758842dd728af0bbe8e325edb2a3f80f8733d7b235d18c6038e6111ea7c026b04d97b4f7f46313cab348a820921c10e007bb2bbdeb99475a8fe06
|
||||
SHA512 (dotnet-8.0.125.tar.gz) = 68f2e316748c39fb7820deb7b6d03a214ef749fa5984e0990515a50235fc50ad1e283b1598d9b0a43a37e87e18aab1e2c3d3c4cc9c080836762b4884b4cf68a8
|
||||
SHA512 (dotnet-8.0.125.tar.gz.sig) = fc9f1fe3f1623bbf02faf085686b3b8c53d874c551387a7dbc01d3cf95fa491a4b0c017518e65effdf41d8b8347f188bd8e14f9a6a85e5a22b0e41ee8d7bc1e9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user