Update to .NET SDK 6.0.135 and Runtime 6.0.35
Resolves: RHEL-60799
This commit is contained in:
parent
76d7e0ad9a
commit
b97e397e03
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/dotnet-v6.0.130.tar.gz
|
||||
/dotnet-v6.0.132.tar.gz
|
||||
/dotnet-v6.0.133.tar.gz
|
||||
/dotnet-v6.0.135.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.33
|
||||
%global runtime_version 6.0.33
|
||||
%global host_version 6.0.35
|
||||
%global runtime_version 6.0.35
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.133
|
||||
%global sdk_version 6.0.135
|
||||
%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 }')
|
||||
@ -612,6 +612,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 15 2024 Omair Majid <omajid@redhat.com> - 6.0.135-2
|
||||
- Update to .NET SDK 6.0.135 and Runtime 6.0.35
|
||||
- Resolves: RHEL-60799
|
||||
|
||||
* 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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.133.tar.gz) = ae36040316f823dfa544c037e7f1037c722880aceafb1958a5e008df737d825af66b0181f23e387b4676b8a9eaee68ed230959accbaa7a5e745861b0c651b4d3
|
||||
SHA512 (dotnet-v6.0.135.tar.gz) = e535427f04db0bd0aa60e4292dd146890c5e570ec266749a80dbe227558df70ca5cef88ea10f791d6cbf9b17f1d0b0a579560a6d6cbea131ce2056011c0932ac
|
||||
|
||||
Loading…
Reference in New Issue
Block a user