Update to .NET SDK 7.0.110 and Runtime 7.0.10
Resolves: RHBZ#2228570
This commit is contained in:
parent
a96a162de4
commit
da2cd14bd8
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/dotnet-v7.0.104.tar.gz
|
||||
/dotnet-v7.0.108.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 }')
|
||||
@ -619,6 +619,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#2228570
|
||||
|
||||
* 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#2219631
|
||||
|
@ -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) = 8264ab03543f58231eb510f8425ae7da5f1852b82077fb2a3526858b508f54fcb4e368da6ae0b46578731fbb7288e780620b5f15fe711ecd38bc5421e86d3c12
|
||||
SHA512 (dotnet-v7.0.110.tar.gz) = 7e4bdc958cb36833366192d513c056379a6b046f5c0d829b1e33b68c429efa3b5da4c006b69e3c32ca233178c368d463488d5afefab3b36a84604c5bd963681b
|
||||
|
Loading…
Reference in New Issue
Block a user