Update to .NET SDK 8.0.108 and Runtime 8.0.8
Resolves: RHEL-52387
This commit is contained in:
parent
34f1500f81
commit
1e0234e937
2
.gitignore
vendored
2
.gitignore
vendored
@ -46,3 +46,5 @@
|
||||
/dotnet-8.0.5.tar.gz.sig
|
||||
/dotnet-8.0.7.tar.gz
|
||||
/dotnet-8.0.7.tar.gz.sig
|
||||
/dotnet-8.0.8.tar.gz
|
||||
/dotnet-8.0.8.tar.gz.sig
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
%global dotnetver 8.0
|
||||
|
||||
%global host_version 8.0.7
|
||||
%global runtime_version 8.0.7
|
||||
%global host_version 8.0.8
|
||||
%global runtime_version 8.0.8
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 8.0.107
|
||||
%global sdk_version 8.0.108
|
||||
%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 }')
|
||||
@ -53,7 +53,7 @@
|
||||
|
||||
Name: dotnet%{dotnetver}
|
||||
Version: %{sdk_rpm_version}
|
||||
Release: 3%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: .NET Runtime and SDK
|
||||
License: 0BSD AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception) AND APSL-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND BSL-1.0 AND bzip2-1.0.6 AND CC0-1.0 AND CC-BY-3.0 AND CC-BY-4.0 AND CC-PDDC AND CNRI-Python AND EPL-1.0 AND GPL-2.0-only AND (GPL-2.0-only WITH GCC-exception-2.0) AND GPL-2.0-or-later AND GPL-3.0-only AND ICU AND ISC AND LGPL-2.1-only AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND LicenseRef-ISO-8879 AND MIT AND MIT-Wu AND MS-PL AND MS-RL AND NCSA AND OFL-1.1 AND OpenSSL AND Unicode-DFS-2015 AND Unicode-DFS-2016 AND W3C-19980720 AND X11 AND Zlib
|
||||
|
||||
@ -714,6 +714,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 14 2024 Omair Majid <omajid@redhat.com> - 8.0.108-2
|
||||
- Update to .NET SDK 8.0.108 and Runtime 8.0.8
|
||||
- Resolves: RHEL-52387
|
||||
|
||||
* Wed Jul 10 2024 Omair Majid <omajid@redhat.com> - 8.0.107-3
|
||||
- Fix ownership of some missed directories
|
||||
- Resolves: RHEL-47079
|
||||
|
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "8.0.7",
|
||||
"release": "8.0.8",
|
||||
"channel": "8.0",
|
||||
"tag": "v8.0.7",
|
||||
"sdkVersion": "8.0.107",
|
||||
"runtimeVersion": "8.0.7",
|
||||
"aspNetCoreVersion": "8.0.7",
|
||||
"tag": "v8.0.8",
|
||||
"sdkVersion": "8.0.108",
|
||||
"runtimeVersion": "8.0.8",
|
||||
"aspNetCoreVersion": "8.0.8",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "8be139ddde52d33e24c7d82f813248ff9fc54b97"
|
||||
"sourceVersion": "e78e8a64f20e61e1fea4f24afca66ad1dc56285f"
|
||||
}
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-8.0.7.tar.gz) = 5d84c262a33dc2701a7e74e4a6166f4fae21632a91fecdfc0b26141cb6a8efbbdd6c93d4eb172bc10b3548b21b9f7759c00f6bdeb66bb0f658f9f3b559a1c504
|
||||
SHA512 (dotnet-8.0.7.tar.gz.sig) = cba31f48de2652a0f8893636e21bd16a7420d56b1dfbff08c39e006a00acfb234beec84044004537c7c2006336be0dfbabbc23199f76a1458c87f9b2cd08f126
|
||||
SHA512 (dotnet-8.0.8.tar.gz) = 7f41d46bb54a13bf2483422ccc3bfbe3b3ace7bb07d29b88723c8293c242bc4847b2ef044c51893f356902b90d0750055e98f33e6da8e0bc8942151d73c58c23
|
||||
SHA512 (dotnet-8.0.8.tar.gz.sig) = 996a7392e739111945789d5db2599b63ec899e98c9c72de362af7115634f925d3b77a5cde6d738e849358befbee1ec12bef0d9145ac0f4a9bf85bb3ef54266c9
|
||||
|
@ -39,3 +39,7 @@ execute:
|
||||
- dotnet turkey/Turkey.dll --version
|
||||
- git clone "https://github.com/redhat-developer/dotnet-regular-tests.git"
|
||||
- dotnet turkey/Turkey.dll -l="$TMT_TEST_DATA" dotnet-regular-tests --timeout=1200
|
||||
- dnf remove -yq 'dotnet*'
|
||||
- set -x; if command -v dotnet ; then exit 1; fi
|
||||
- set -x; if [ -d /usr/lib64/dotnet ]; then exit 1; fi
|
||||
- set -x; if man dotnet; then exit 1; fi
|
||||
|
Loading…
Reference in New Issue
Block a user