Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e0c72c001 |
5 changed files with 21 additions and 14 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -74,3 +74,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 }')
|
||||
|
|
@ -899,6 +899,9 @@ export COMPlus_LTTng=0
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2026 Omair Majid <omajid@redhat.com> - 9.0.113-1
|
||||
- Update to .NET SDK 9.0.113 and Runtime 9.0.12
|
||||
|
||||
* Mon Nov 17 2025 Omair Majid <omajid@redhat.com> - 9.0.112-1
|
||||
- Update to .NET SDK 9.0.112 and Runtime 9.0.11
|
||||
|
||||
|
|
|
|||
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) = 11d3c42f3eba04843e96cfe610a094f7ff52d7cc0ae25c7c45d58101365535b70e7b5c2fe2a60deb2fe37011ba9e91c7b1aed48841bc229b35ea08da8052c2af
|
||||
SHA512 (dotnet-9.0.113.tar.gz) = f80b02480bd05be9ffcb2322efd7636bef56c432286fb0ab9cb5dfe6803df4a21dfcf9f9640bdf1cb243206e5f7125e4159147c7f22039f1b060f0c790f4e46a
|
||||
SHA512 (dotnet-9.0.113.tar.gz.sig) = 4144a8b84a2dc72a86d971474015fde2bbcdca179d2658986bb9f6c9dee9d123cd62e950e7ee1743d8682104fd42d8a520e0935de48e643bbb3533783421251b
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue