Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
5 changed files with 13 additions and 20 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -72,5 +72,3 @@
|
|||
/dotnet-8.0.121.tar.gz.sig
|
||||
/dotnet-8.0.122.tar.gz
|
||||
/dotnet-8.0.122.tar.gz.sig
|
||||
/dotnet-8.0.123.tar.gz
|
||||
/dotnet-8.0.123.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.23
|
||||
%global runtime_version 8.0.23
|
||||
%global host_version 8.0.22
|
||||
%global runtime_version 8.0.22
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 8.0.123
|
||||
%global sdk_version 8.0.122
|
||||
%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 }')
|
||||
|
|
@ -779,9 +779,6 @@ export COMPlus_LTTng=0
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2026 Omair Majid <omajid@redhat.com> - 8.0.123-1
|
||||
- Update to .NET SDK 8.0.123 and Runtime 8.0.23
|
||||
|
||||
* Mon Nov 17 2025 Omair Majid <omajid@redhat.com> - 8.0.122-1
|
||||
- Update to .NET SDK 8.0.122 and Runtime 8.0.22
|
||||
|
||||
|
|
|
|||
12
release.json
12
release.json
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"release": "8.0.23",
|
||||
"release": "8.0.22",
|
||||
"channel": "8.0",
|
||||
"tag": "v8.0.123",
|
||||
"sdkVersion": "8.0.123",
|
||||
"runtimeVersion": "8.0.23",
|
||||
"aspNetCoreVersion": "8.0.23",
|
||||
"tag": "v8.0.122",
|
||||
"sdkVersion": "8.0.122",
|
||||
"runtimeVersion": "8.0.22",
|
||||
"aspNetCoreVersion": "8.0.22",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "fafff0660ef23ca2ece1444119524a76e0f4d4a4"
|
||||
"sourceVersion": "e0cc6f889abcb72068cda168d9398cf3e037b5e7"
|
||||
}
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (dotnet-8.0.123.tar.gz) = 650372d872a91945b5b1f45a72a0fad97a068eec66add2278ae2cfe1196ca109e1c5d02eab389a28790b38f7dcee4731c165fade6c93849c4551b0b40055618c
|
||||
SHA512 (dotnet-8.0.123.tar.gz.sig) = d5e88940fb4768674629b5b8fd321cee0432331da72397b226069320312b69deb9b06663f443fd2509e9a983a8360e64ee6e08d20008c48c77bb9ae35044b318
|
||||
SHA512 (dotnet-8.0.122.tar.gz) = 9743b8c0a795a220aa00e97189da41573f6490da27a8ad0e4f55167cccbdaf4f3f2e6356dd0b1d9d6f7693308d36dba9dbd3d271daad0556c66d7edf6490a47f
|
||||
SHA512 (dotnet-8.0.122.tar.gz.sig) = aa265e965055ea9a82e68fecf613c713aa68f89c39b7f7090bc46d16067bd43b8f96f3fef7247cf3a8e71caed15685564f1838141dec53c97152c302a087db0e
|
||||
|
|
|
|||
|
|
@ -1,9 +1,7 @@
|
|||
summary: Basic smoke test
|
||||
provision:
|
||||
hardware:
|
||||
disk:
|
||||
- size: ">= 20 GiB"
|
||||
memory: ">= 5120 MiB"
|
||||
disk: 20
|
||||
memory: 5120
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue