Update to .NET SDK 7.0.110 and Runtime 7.0.10
Resolves: RHBZ#2228571
This commit is contained in:
parent
982bf36cae
commit
7fbd0fce26
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/dotnet-v7.0.105.tar.gz
|
||||
/dotnet-v7.0.107.tar.gz
|
||||
/dotnet-v7.0.109.tar.gz
|
||||
/dotnet-v7.0.110.tar.gz
|
||||
|
@ -6,10 +6,10 @@
|
||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 7.0.9
|
||||
%global runtime_version 7.0.9
|
||||
%global host_version 7.0.10
|
||||
%global runtime_version 7.0.10
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 7.0.109
|
||||
%global sdk_version 7.0.110
|
||||
%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 }')
|
||||
@ -618,6 +618,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 09 2023 Omair Majid <omajid@redhat.com> - 7.0.110-2
|
||||
- Update to .NET SDK 7.0.110 and Runtime 7.0.10
|
||||
- Resolves: RHBZ#2228571
|
||||
|
||||
* Tue Jul 11 2023 Omair Majid <omajid@redhat.com> - 7.0.109-2
|
||||
- Update to .NET SDK 7.0.109 and Runtime 7.0.9
|
||||
- Resolves: RHBZ#2219632
|
||||
|
@ -18,3 +18,4 @@ 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}
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v7.0.109.tar.gz) = c0957518029295ecd43abcf34ff4d4954997ae151f864a20dc0b0dd2a8d25c9b979fca9491be65bcce21b5bb46abff5a108c1a0c5983d8cd539c06cf6a88bc41
|
||||
SHA512 (dotnet-v7.0.110.tar.gz) = 52d106aafb649bd6b4b7676d85e95791ab134efbc9ae6a37f89722ce40bf571b6e7b82b651ae91d801ea3270be0e2b71f6106764298bd7e0de2e704f5fd19bb2
|
||||
|
Loading…
Reference in New Issue
Block a user