Update to .NET SDK 9.0.113 and Runtime 9.0.12
Resolves: RHEL-138646
This commit is contained in:
parent
43ef3042e8
commit
7d9492eb68
2
.gitignore
vendored
2
.gitignore
vendored
@ -38,3 +38,5 @@
|
||||
/dotnet-9.0.111.tar.gz.sig
|
||||
/dotnet-9.0.112.tar.gz
|
||||
/dotnet-9.0.112.tar.gz.sig
|
||||
/dotnet-9.0.113.tar.gz
|
||||
/dotnet-9.0.113.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.112
|
||||
%global upstream_tag v9.0.113
|
||||
%global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
|
||||
|
||||
%global hostfxr_version %{runtime_version}
|
||||
%global runtime_version 9.0.11
|
||||
%global aspnetcore_runtime_version 9.0.11
|
||||
%global sdk_version 9.0.112
|
||||
%global runtime_version 9.0.12
|
||||
%global aspnetcore_runtime_version 9.0.12
|
||||
%global sdk_version 9.0.113
|
||||
%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 }')
|
||||
@ -908,6 +908,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 14 2026 Omair Majid <omajid@redhat.com> - 9.0.113-2
|
||||
- Update to .NET SDK 9.0.113 and Runtime 9.0.12
|
||||
- Resolves: RHEL-138646
|
||||
|
||||
* 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-125744
|
||||
|
||||
@ -20,4 +20,3 @@ product_versions:
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other-archs.functional}
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "9.0.11",
|
||||
"release": "9.0.12",
|
||||
"channel": "9.0",
|
||||
"tag": "v9.0.112",
|
||||
"sdkVersion": "9.0.112",
|
||||
"runtimeVersion": "9.0.11",
|
||||
"aspNetCoreVersion": "9.0.11",
|
||||
"tag": "v9.0.113",
|
||||
"sdkVersion": "9.0.113",
|
||||
"runtimeVersion": "9.0.12",
|
||||
"aspNetCoreVersion": "9.0.12",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "191254d6485c508af3f6f8ff5f20e91fa63ee39c"
|
||||
"sourceVersion": "46e42120674fdd5fe1239797df142f8f6e7943b0"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-9.0.112.tar.gz) = 16660ca0e7d2c3cddc6a25b464c9cbe5951ac3e4d27a50b4ad77809dfa39f2e1206c3d20b6b9495e8308226dabfd1535b065f13a6ee53931d0f494c89db2a31f
|
||||
SHA512 (dotnet-9.0.112.tar.gz.sig) = c464f1d190371deaf7e74e288759a5ed1cbbf39631b7dcd27756c08f8d789a2d6647f72d379202eac8be71a94ba8aa21d7a3127d98a9fccebed61faccfbbd2e8
|
||||
SHA512 (dotnet-9.0.113.tar.gz) = f80b02480bd05be9ffcb2322efd7636bef56c432286fb0ab9cb5dfe6803df4a21dfcf9f9640bdf1cb243206e5f7125e4159147c7f22039f1b060f0c790f4e46a
|
||||
SHA512 (dotnet-9.0.113.tar.gz.sig) = a95f2c9a2b7d168154eeb738fd1756a99e185ad2e9d7b1bd6ef55f49c6c8ccaea699b1585e9257afbb7e150ce2acd1e36589278c539926dfb673c6a75b759ae3
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
summary: Basic smoke test
|
||||
provision:
|
||||
disk: 20
|
||||
memory: 5120
|
||||
hardware:
|
||||
disk:
|
||||
- size: ">= 20 GiB"
|
||||
memory: ">= 5120 MiB"
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user