Update to .NET SDK 6.0.115 and Runtime 6.0.15
Resolves: RHBZ#2174981
This commit is contained in:
parent
6126f6afd0
commit
e0a9139c2a
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/dotnet-v6.0.112.tar.gz
|
/dotnet-v6.0.112.tar.gz
|
||||||
/dotnet-v6.0.113.tar.gz
|
/dotnet-v6.0.113.tar.gz
|
||||||
/dotnet-v6.0.114.tar.gz
|
/dotnet-v6.0.114.tar.gz
|
||||||
|
/dotnet-v6.0.115.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.14
|
%global host_version 6.0.15
|
||||||
%global runtime_version 6.0.14
|
%global runtime_version 6.0.15
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.114
|
%global sdk_version 6.0.115
|
||||||
%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 Mar 15 2023 Omair Majid <omajid@redhat.com> - 6.0.115-2
|
||||||
|
- Update to .NET SDK 6.0.115 and Runtime 6.0.15
|
||||||
|
- Resolves: RHBZ#2174981
|
||||||
|
|
||||||
* Thu Feb 16 2023 Omair Majid <omajid@redhat.com> - 6.0.114-2
|
* Thu Feb 16 2023 Omair Majid <omajid@redhat.com> - 6.0.114-2
|
||||||
- Update to .NET SDK 6.0.114 and Runtime 6.0.14
|
- Update to .NET SDK 6.0.114 and Runtime 6.0.14
|
||||||
- Resolves: RHBZ#2166767
|
- Resolves: RHBZ#2166767
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v6.0.114.tar.gz) = 71f78ca0e993064622fcef076ddd9348c163789804005bb95074aedddc6b2fba325c50a25f690af3ad2c3ef9037a28ea21789c6c2a1df8be93ea36b18e679bfe
|
SHA512 (dotnet-v6.0.115.tar.gz) = 3998b95ae481202c9e8cce9ed69c34da172e15dd3e87fcb06160c3f8103de2d346a3264dc9c723b81cba2e84a609f40bcc9b5a34f7eb8fa9df585f2b673480af
|
||||||
|
Loading…
Reference in New Issue
Block a user