Update to .NET SDK 6.0.133 and Runtime 6.0.33
Resolves: RHEL-52385
This commit is contained in:
parent
75bbd7d5e3
commit
76d7e0ad9a
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
|||||||
/dotnet-v6.0.129.tar.gz
|
/dotnet-v6.0.129.tar.gz
|
||||||
/dotnet-v6.0.130.tar.gz
|
/dotnet-v6.0.130.tar.gz
|
||||||
/dotnet-v6.0.132.tar.gz
|
/dotnet-v6.0.132.tar.gz
|
||||||
|
/dotnet-v6.0.133.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.32
|
%global host_version 6.0.33
|
||||||
%global runtime_version 6.0.32
|
%global runtime_version 6.0.33
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.132
|
%global sdk_version 6.0.133
|
||||||
%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 }')
|
||||||
@ -612,6 +612,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 14 2024 Omair Majid <omajid@redhat.com> - 6.0.133-2
|
||||||
|
- Update to .NET SDK 6.0.133 and Runtime 6.0.33
|
||||||
|
- Resolves: RHEL-52385
|
||||||
|
|
||||||
* Tue Jul 09 2024 Omair Majid <omajid@redhat.com> - 6.0.132-2
|
* Tue Jul 09 2024 Omair Majid <omajid@redhat.com> - 6.0.132-2
|
||||||
- Update to .NET SDK 6.0.132 and Runtime 6.0.32
|
- Update to .NET SDK 6.0.132 and Runtime 6.0.32
|
||||||
- Resolves: RHEL-45320
|
- Resolves: RHEL-45320
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v6.0.132.tar.gz) = 5436bdf27882e0ffed3fadb3ce51c9d6c4ecba02114c7f7234142902ed3a5c93c5ad0d49fbe2b5b730381d93f1a57f4ed542efa629cce86ee429bcc43715cc4e
|
SHA512 (dotnet-v6.0.133.tar.gz) = ae36040316f823dfa544c037e7f1037c722880aceafb1958a5e008df737d825af66b0181f23e387b4676b8a9eaee68ed230959accbaa7a5e745861b0c651b4d3
|
||||||
|
Loading…
Reference in New Issue
Block a user