Update to .NET SDK 6.0.135 and Runtime 6.0.35
Resolves: RHEL-60792
This commit is contained in:
parent
4198cd7bec
commit
329fb1ced8
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ SOURCES/dotnet-v6.0.114.tar.gz
|
||||
/dotnet-v6.0.129.tar.gz
|
||||
/dotnet-v6.0.132.tar.gz
|
||||
/dotnet-v6.0.133.tar.gz
|
||||
/dotnet-v6.0.135.tar.gz
|
||||
|
||||
@ -21,10 +21,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 }')
|
||||
@ -634,6 +634,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-60792
|
||||
|
||||
* 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-52384
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.133.tar.gz) = 6fc67f1d6fd83526e9d22310424ad9f4640dc1c667a96ffe9caa8f53a00da1f4fc5233a21e6ce640055e1ae34dba45fa5611f67514f92241fde4bb8bfd30f0c9
|
||||
SHA512 (dotnet-v6.0.135.tar.gz) = e55a9e7d51242c16bc46f196f6281c9210e9cfd10780f44cae0e1bcb77e8b6aa2383b57b46b3ce47c48ed23d1f019c611b3edbf1a10743f5b2ac243f2463a4a2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user