Update to .NET SDK 8.0.130 and Runtime 8.0.30
Resolves: RHEL-235469
This commit is contained in:
parent
d6b709adff
commit
56f7952e96
2
.gitignore
vendored
2
.gitignore
vendored
@ -88,3 +88,5 @@
|
||||
/dotnet-8.0.128.tar.gz.sig
|
||||
/dotnet-8.0.129.tar.gz
|
||||
/dotnet-8.0.129.tar.gz.sig
|
||||
/dotnet-8.0.130.tar.gz
|
||||
/dotnet-8.0.130.tar.gz.sig
|
||||
|
||||
@ -12,15 +12,15 @@
|
||||
# dotnet-host and netstandard-targeting-pack-2.1
|
||||
%global is_latest_dotnet 0
|
||||
|
||||
%global host_version 8.0.29
|
||||
%global runtime_version 8.0.29
|
||||
%global aspnetcore_runtime_version 8.0.29
|
||||
%global sdk_version 8.0.129
|
||||
%global host_version 8.0.30
|
||||
%global runtime_version 8.0.30
|
||||
%global aspnetcore_runtime_version 8.0.30
|
||||
%global sdk_version 8.0.130
|
||||
%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 }')
|
||||
|
||||
%global upstream_tag v8.0.129
|
||||
%global upstream_tag v8.0.130
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global host_rpm_version %{host_version}
|
||||
@ -841,6 +841,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 14 2026 Omair Majid <omajid@redhat.com> - 8.0.130-2
|
||||
- Update to .NET SDK 8.0.130 and Runtime 8.0.30
|
||||
- Resolves: RHEL-235469
|
||||
|
||||
* Thu Jul 23 2026 Satish Mane <satmane@redhat.com> - 8.0.129-2
|
||||
- Update to .NET SDK 8.0.129 and Runtime 8.0.29
|
||||
- Resolves: RHEL-192465
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "8.0.29",
|
||||
"release": "8.0.30",
|
||||
"channel": "8.0",
|
||||
"tag": "v8.0.129",
|
||||
"sdkVersion": "8.0.129",
|
||||
"runtimeVersion": "8.0.29",
|
||||
"aspNetCoreVersion": "8.0.29",
|
||||
"tag": "v8.0.130",
|
||||
"sdkVersion": "8.0.130",
|
||||
"runtimeVersion": "8.0.30",
|
||||
"aspNetCoreVersion": "8.0.30",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "761968561827fbf9fd55e1259e7e0963b1a5613a"
|
||||
"sourceVersion": "9e39aff286efe0c252f24f4c1058af990acfc076"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-8.0.129.tar.gz) = 4b81d3f9d6d3ce54254dd70bd92e877cce5e044e2a0b362f5b893b5fa21e42141cf5809a03b1c7e4c91486820ebf749b4fbc0c738e4bc37315d7581f152261dc
|
||||
SHA512 (dotnet-8.0.129.tar.gz.sig) = d71afad1e91196b7cc589e1ed0e06103b1498dfed769fdf21eba4136ffb4b6268d7466cb5fda5d1f00393b1d808f969448b2ff86bd456c6adef1a600f2b1d0da
|
||||
SHA512 (dotnet-8.0.130.tar.gz) = c74abad0cde93fdf51364509f92b10c9f18b5f3cfba78ee3e6065f61ae0176d519024864cb08f631b4650975a06b754132c76b36308538bc0e6eac0a84a2b8e0
|
||||
SHA512 (dotnet-8.0.130.tar.gz.sig) = 8f5dc3b7116adc84f6e280513da32f47b8d98344f0951b70b02c87b7f4df058e9b2afa3f848365a13c6bf2b6193df7934e376fbcdfd27b8dbfc9908e8ccf248e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user