Update to .NET SDK 6.0.121 and Runtime 6.0.21
Resolves: RHBZ#2228566
This commit is contained in:
parent
8bc61a3e3e
commit
d8521a3005
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ SOURCES/dotnet-v6.0.114.tar.gz
|
||||
/dotnet-v6.0.115.tar.gz
|
||||
/dotnet-v6.0.119.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.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 6.0.20
|
||||
%global runtime_version 6.0.20
|
||||
%global host_version 6.0.21
|
||||
%global runtime_version 6.0.21
|
||||
%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 templates_version %{runtime_version}
|
||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -612,6 +612,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%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#2228566
|
||||
|
||||
* 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
|
||||
- Resolves: RHBZ#2219636
|
||||
|
@ -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-v6.0.120.tar.gz) = 9acfb8f6a1c7afb0adac54fa773e138b4cbde3dec5d4b1344d5f2f1fda452a9121070bd35ee6f43f7931cd93578522f6a1a20c6f45d926b9aeab2c33e2545fea
|
||||
SHA512 (dotnet-v6.0.121.tar.gz) = 98c6215451846a4463381b4a93e5b7ed91a8a30440e62859765e31da8d009591d629bbcd32927dc9efde837daf12b0e2bb0cd7d62c93d031e66553e1988325c8
|
||||
|
Loading…
Reference in New Issue
Block a user