Update to .NET SDK 6.0.110 and Runtime 6.0.10
Resolves: RHBZ#2131326
This commit is contained in:
parent
83d6feea4e
commit
0cda533602
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/dotnet-v6.0.107.tar.gz
|
||||
/dotnet-v6.0.108.tar.gz
|
||||
/dotnet-v6.0.109.tar.gz
|
||||
/dotnet-v6.0.110.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.9
|
||||
%global runtime_version 6.0.9
|
||||
%global host_version 6.0.10
|
||||
%global runtime_version 6.0.10
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.109
|
||||
%global sdk_version 6.0.110
|
||||
%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 }')
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
Name: dotnet6.0
|
||||
Version: %{sdk_rpm_version}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: .NET Runtime and SDK
|
||||
License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib
|
||||
URL: https://github.com/dotnet/
|
||||
@ -618,6 +618,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 28 2022 Omair Majid <omajid@redhat.com> - 6.0.110-1
|
||||
- Update to .NET SDK 6.0.110 and Runtime 6.0.10
|
||||
- Resolves: RHBZ#2131326
|
||||
|
||||
* Tue Sep 20 2022 Omair Majid <omajid@redhat.com> - 6.0.109-3
|
||||
- Disable packages now produced by another SRPM
|
||||
- Related: RHBZ#2123788
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.109.tar.gz) = 2ba76328ed039b1b85cc1e91f1cf69f3d2504a832219551e13d9864fc9e8ae00dc1e0b6683443d787739611c26209feca288c62c207f302627c9af36048ed4e3
|
||||
SHA512 (dotnet-v6.0.110.tar.gz) = 756c5ccff3855841949724a41e4312a80324adc96dd1b4422f78f0a17fb166264e87554215e249d41b2735ee4d1f40cee86dd5847289bf2882d1f9533b3c64c8
|
||||
|
Loading…
Reference in New Issue
Block a user