Update to .NET SDK 6.0.118 and Runtime 6.0.18
This commit is contained in:
parent
eb22d9d231
commit
5c0433aedf
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
|||||||
/dotnet-v6.0.114.tar.gz
|
/dotnet-v6.0.114.tar.gz
|
||||||
/dotnet-v6.0.115.tar.gz
|
/dotnet-v6.0.115.tar.gz
|
||||||
/dotnet-v6.0.116.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.
|
# 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.16
|
%global host_version 6.0.18
|
||||||
%global runtime_version 6.0.16
|
%global runtime_version 6.0.18
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%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 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 }')
|
||||||
@ -636,6 +636,9 @@ export COMPlus_LTTng=0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 14 2023 Omair Majid <omajid@redhat.com> - 6.0.118-1
|
||||||
|
- Update to .NET SDK 6.0.118 and Runtime 6.0.18
|
||||||
|
|
||||||
* Wed Apr 12 2023 Omair Majid <omajid@redhat.com> - 6.0.116-1
|
* Wed Apr 12 2023 Omair Majid <omajid@redhat.com> - 6.0.116-1
|
||||||
- Update to .NET SDK 6.0.116 and Runtime 6.0.16
|
- Update to .NET SDK 6.0.116 and Runtime 6.0.16
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v6.0.116.tar.gz) = 810bb6846dc3f7d6895c0f1bab40055343e1fe8b69ac10dd5db8afbaa9e27089380f78d83566583c754fcc613895f4017c97cea312b0613a42e0073b342133e7
|
SHA512 (dotnet-v6.0.118.tar.gz) = 4969684be1c80e854abb82374907c81efac6fdcd63eb106709c36531c1e391cf7f156a29af8ea0074364ca751df74c17326139cb9518297ad502f6c136356f2c
|
||||||
|
Loading…
Reference in New Issue
Block a user