Update to .NET SDK 6.0.116 and Runtime 6.0.16
Resolves: RHBZ#2183582
This commit is contained in:
parent
e0a9139c2a
commit
36ac4901fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/dotnet-v6.0.113.tar.gz
|
||||
/dotnet-v6.0.114.tar.gz
|
||||
/dotnet-v6.0.115.tar.gz
|
||||
/dotnet-v6.0.116.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.15
|
||||
%global runtime_version 6.0.15
|
||||
%global host_version 6.0.16
|
||||
%global runtime_version 6.0.16
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.115
|
||||
%global sdk_version 6.0.116
|
||||
%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 }')
|
||||
@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 12 2023 Omair Majid <omajid@redhat.com> - 6.0.116-2
|
||||
- Update to .NET SDK 6.0.116 and Runtime 6.0.16
|
||||
- Resolves: RHBZ#2183582
|
||||
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.115.tar.gz) = 3998b95ae481202c9e8cce9ed69c34da172e15dd3e87fcb06160c3f8103de2d346a3264dc9c723b81cba2e84a609f40bcc9b5a34f7eb8fa9df585f2b673480af
|
||||
SHA512 (dotnet-v6.0.116.tar.gz) = bef7e7cf8eed6f9461908ea0feab1733376857e3f6482d68870a769f57a60b1bf2e1578a92606c8f285ef9dde803597a1ae476fc1a5b7ba9e9ba7d966c241ea4
|
||||
|
Loading…
Reference in New Issue
Block a user