Update to .NET SDK 9.0.104 and Runtime 9.0.3
Resolves: RHEL-81645
This commit is contained in:
parent
0adfddb808
commit
df439cde3b
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@
|
||||
/dotnet-9.0.1.tar.gz.sig
|
||||
/dotnet-9.0.2.tar.gz
|
||||
/dotnet-9.0.2.tar.gz.sig
|
||||
/dotnet-9.0.3.tar.gz
|
||||
/dotnet-9.0.3.tar.gz.sig
|
||||
|
||||
@ -10,13 +10,13 @@
|
||||
|
||||
# upstream can produce releases with a different tag than the SDK version
|
||||
#%%global upstream_tag v%%{runtime_version}
|
||||
%global upstream_tag v9.0.2
|
||||
%global upstream_tag v9.0.3
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 9.0.2
|
||||
%global aspnetcore_runtime_version 9.0.2
|
||||
%global sdk_version 9.0.103
|
||||
%global runtime_version 9.0.3
|
||||
%global aspnetcore_runtime_version 9.0.3
|
||||
%global sdk_version 9.0.104
|
||||
%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 }')
|
||||
@ -843,6 +843,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 11 2025 Omair Majid <omajid@redhat.com> - 9.0.104-2
|
||||
- Update to .NET SDK 9.0.104 and Runtime 9.0.3
|
||||
- Resolves: RHEL-81645
|
||||
|
||||
* Mon Feb 17 2025 Omair Majid <omajid@redhat.com> - 9.0.103-2
|
||||
- Update to .NET SDK 9.0.103 and Runtime 9.0.2
|
||||
- Resolves: RHEL-76903
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "9.0.2",
|
||||
"release": "9.0.3",
|
||||
"channel": "9.0",
|
||||
"tag": "v9.0.2",
|
||||
"sdkVersion": "9.0.103",
|
||||
"runtimeVersion": "9.0.2",
|
||||
"aspNetCoreVersion": "9.0.2",
|
||||
"tag": "v9.0.3",
|
||||
"sdkVersion": "9.0.104",
|
||||
"runtimeVersion": "9.0.3",
|
||||
"aspNetCoreVersion": "9.0.3",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "c4e5fd73fe5d8c004bf46cb4f1ded77ca8124b1a"
|
||||
"sourceVersion": "7931ad4860249a1c9971df37e12468692890b28f"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-9.0.2.tar.gz) = c6ba0972eb21757d70e9dff4fd7e540378fec3eb94931fbe7205234ee53efc976c682154c5224a16ff1dab223f4deea7c2b378d197039e6974b35bd8fa6f62cf
|
||||
SHA512 (dotnet-9.0.2.tar.gz.sig) = c56dcf0107d70ebb8b767f42bbfad663529d1b4f979215bf48527e086907ab273e2a8f48a80f79963e2a22ac067e37b27cf30e8b980aa16852b92a682c0764ea
|
||||
SHA512 (dotnet-9.0.3.tar.gz) = 7cbb2f0d8fc7dec39c1bf22a68e04656c3f5a6847f850108d7998d63646140b40237e1f36746a2f3f7d1577270bba37cc70d2a600b883effda4baa0e5cd6b514
|
||||
SHA512 (dotnet-9.0.3.tar.gz.sig) = 2a3514efc54029a068670323be5fe20fa857c3fad8fe19eb762540229e5212035227e384f21a21024ac7419020a4a03f8f1c107902fe3464e14b6ea50e8ca457
|
||||
|
||||
Loading…
Reference in New Issue
Block a user