Update to .NET SDK 6.0.124 and Runtime 6.0.24
This commit is contained in:
parent
e731cbf177
commit
245ea64d28
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
|||||||
/dotnet-v6.0.121.tar.gz
|
/dotnet-v6.0.121.tar.gz
|
||||||
/dotnet-v6.0.122.tar.gz
|
/dotnet-v6.0.122.tar.gz
|
||||||
/dotnet-v6.0.123.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.
|
# 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.23
|
%global host_version 6.0.24
|
||||||
%global runtime_version 6.0.23
|
%global runtime_version 6.0.24
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%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 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 }')
|
||||||
@ -640,6 +640,9 @@ export COMPlus_LTTng=0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 25 2023 Omair Majid <omajid@redhat.com> - 6.0.124-1
|
||||||
|
- Update to .NET SDK 6.0.124 and Runtime 6.0.24
|
||||||
|
|
||||||
* Wed Oct 11 2023 Omair Majid <omajid@redhat.com> - 6.0.123-1
|
* Wed Oct 11 2023 Omair Majid <omajid@redhat.com> - 6.0.123-1
|
||||||
- Update to .NET SDK 6.0.123 and Runtime 6.0.23
|
- Update to .NET SDK 6.0.123 and Runtime 6.0.23
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v6.0.123.tar.gz) = 7bb87e597687be3a2dda4f5f29a3073abe17d6d96bc49668d6b76addcb4d65ce7dd5b0cd27d0d3d69abc7cd6fe26d998910c4b76237e286ad042758da27b1ff7
|
SHA512 (dotnet-v6.0.124.tar.gz) = 066614ab170597b85604caa0c18be6093178d44d1fad04eade1d9fcf784e044bc97ae7cb9c8dbcd4ce5f7c6f0391ddd5faa04faee7ed6d5772df6f03ecabb0ec
|
||||||
|
Loading…
Reference in New Issue
Block a user