Update to .NET SDK 6.0.118 and Runtime 6.0.18
Resolves: RHBZ#2211719
This commit is contained in:
parent
36ac4901fa
commit
a1a62b9e33
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/dotnet-v6.0.114.tar.gz
|
||||
/dotnet-v6.0.115.tar.gz
|
||||
/dotnet-v6.0.116.tar.gz
|
||||
/dotnet-v6.0.118.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.16
|
||||
%global runtime_version 6.0.16
|
||||
%global host_version 6.0.18
|
||||
%global runtime_version 6.0.18
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.116
|
||||
%global sdk_version 6.0.118
|
||||
%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
|
||||
* Tue Jun 13 2023 Andrew Slice <andrew.slice@redhat.com> - 6.0.118-2
|
||||
- Update to .NET SDK 6.0.118 and Runtime 6.0.18
|
||||
- Resolves: RHBZ#2211719
|
||||
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.116.tar.gz) = bef7e7cf8eed6f9461908ea0feab1733376857e3f6482d68870a769f57a60b1bf2e1578a92606c8f285ef9dde803597a1ae476fc1a5b7ba9e9ba7d966c241ea4
|
||||
SHA512 (dotnet-v6.0.118.tar.gz) = 5ae2a739fd43d9c371e87832c20fa14b1aa1aad5d3b7fff4bf6027b389440e0ac14cce66df5b8bcaa78382e3d9d7ad3925a6bdc4d0a58c1fdc1b83975e80afd7
|
||||
|
Loading…
Reference in New Issue
Block a user