Update to .NET SDK 6.0.121 and Runtime 6.0.21
Resolves: RHBZ#2228567
This commit is contained in:
parent
843824217e
commit
4957341276
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/dotnet-v6.0.116.tar.gz
|
/dotnet-v6.0.116.tar.gz
|
||||||
/dotnet-v6.0.118.tar.gz
|
/dotnet-v6.0.118.tar.gz
|
||||||
/dotnet-v6.0.120.tar.gz
|
/dotnet-v6.0.120.tar.gz
|
||||||
|
/dotnet-v6.0.121.tar.gz
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
%global host_version 6.0.20
|
%global host_version 6.0.21
|
||||||
%global runtime_version 6.0.20
|
%global runtime_version 6.0.21
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.120
|
%global sdk_version 6.0.121
|
||||||
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
||||||
%global templates_version %{runtime_version}
|
%global templates_version %{runtime_version}
|
||||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||||
@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 09 2023 Omair Majid <omajid@redhat.com> - 6.0.121-2
|
||||||
|
- Update to .NET SDK 6.0.121 and Runtime 6.0.21
|
||||||
|
- Resolves: RHBZ#2228567
|
||||||
|
|
||||||
* Tue Jul 11 2023 Omair Majid <omajid@redhat.com> - 6.0.120-2
|
* Tue Jul 11 2023 Omair Majid <omajid@redhat.com> - 6.0.120-2
|
||||||
- Update to .NET SDK 6.0.120 and Runtime 6.0.20
|
- Update to .NET SDK 6.0.120 and Runtime 6.0.20
|
||||||
- Resolves: RHBZ#2219637
|
- Resolves: RHBZ#2219637
|
||||||
|
@ -18,3 +18,4 @@ product_versions:
|
|||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
- !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-v6.0.120.tar.gz) = bdf5a3ae6596b1b2b4e8825a1014f65be88495799e6d09fd85266e436c2a70260e655baed490b3c773b60fe25bbe1a66b2a2595eaf69a4630d7f53ce7dddbc5b
|
SHA512 (dotnet-v6.0.121.tar.gz) = 1492284860076b3582979f4e9d38676ca8c0535b273bf3b6be2f3ee81620d548e3c725b32c00ce2f8ac2d3b374e402f74b8d3df095e364e673cff9d8a5d210fd
|
||||||
|
Loading…
Reference in New Issue
Block a user