Update to .NET SDK 6.0.124 and Runtime 6.0.24
Resolves: RHEL-14462
This commit is contained in:
parent
5d1e07c588
commit
3ff4e01443
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/dotnet-v6.0.121.tar.gz
|
||||
/dotnet-v6.0.122.tar.gz
|
||||
/dotnet-v6.0.123.tar.gz
|
||||
/dotnet-v6.0.124.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.23
|
||||
%global runtime_version 6.0.23
|
||||
%global host_version 6.0.24
|
||||
%global runtime_version 6.0.24
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.123
|
||||
%global sdk_version 6.0.124
|
||||
%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 Oct 24 2023 Omair Majid <omajid@redhat.com> - 6.0.124-2
|
||||
- Update to .NET SDK 6.0.124 and Runtime 6.0.24
|
||||
- Resolves: RHEL-14462
|
||||
|
||||
* Mon Oct 16 2023 Omair Majid <omajid@redhat.com> - 6.0.123-2
|
||||
- Update to .NET SDK 6.0.123 and Runtime 6.0.23
|
||||
- Resolves: RHEL-11689
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.123.tar.gz) = e8fa3e39db8e942d11c0502cee57327db3e3e58976d7676889726053828737f6aca847ec6693e11668101b9cb51a9030c91b97a41c1f60bf3174f6e57226a5bd
|
||||
SHA512 (dotnet-v6.0.124.tar.gz) = 0e7a4c14b2bfab79ebe6c4cfeb980624fcef552682449a42a44631d12f31930fa5765384a6b8d1ad16924f3982ae854224afad684f7fb3509c6a7f7ad8585601
|
||||
|
Loading…
Reference in New Issue
Block a user