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