Update to .NET SDK 6.0.122 and Runtime 6.0.22
This commit is contained in:
parent
ff5321978b
commit
3b03c6cebf
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
|||||||
/dotnet-v6.0.118.tar.gz
|
/dotnet-v6.0.118.tar.gz
|
||||||
/dotnet-v6.0.120.tar.gz
|
/dotnet-v6.0.120.tar.gz
|
||||||
/dotnet-v6.0.121.tar.gz
|
/dotnet-v6.0.121.tar.gz
|
||||||
|
/dotnet-v6.0.122.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.21
|
%global host_version 6.0.22
|
||||||
%global runtime_version 6.0.21
|
%global runtime_version 6.0.22
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.121
|
%global sdk_version 6.0.122
|
||||||
%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
|
||||||
|
* Tue Sep 12 2023 Omair Majid <omajid@redhat.com> - 6.0.122-1
|
||||||
|
- Update to .NET SDK 6.0.122 and Runtime 6.0.22
|
||||||
|
|
||||||
* Tue Aug 08 2023 Omair Majid <omajid@redhat.com> - 6.0.121-1
|
* Tue Aug 08 2023 Omair Majid <omajid@redhat.com> - 6.0.121-1
|
||||||
- Update to .NET SDK 6.0.121 and Runtime 6.0.21
|
- Update to .NET SDK 6.0.121 and Runtime 6.0.21
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v6.0.121.tar.gz) = c1694110b7450fe494369bd701354c8c4c1f930456db50d9357d5cac4530233ea69e9fd7b878cf50235c3c6feee537ae4599ce338addaaf7fd396ff675320a02
|
SHA512 (dotnet-v6.0.122.tar.gz) = db74ce9e37ab832fc3356c7b3675560c37545a20d380dc1851a0f6c1a51c3bba0806028665c8128c2eb191e8160bae7ca572948e398791998b81988999f5cc6c
|
||||||
|
Loading…
Reference in New Issue
Block a user