Update to .NET SDK 6.0.132 and Runtime 6.0.32
Resolves: RHEL-45320
This commit is contained in:
parent
8e801c4a62
commit
75bbd7d5e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
||||
/dotnet-v6.0.128.tar.gz
|
||||
/dotnet-v6.0.129.tar.gz
|
||||
/dotnet-v6.0.130.tar.gz
|
||||
/dotnet-v6.0.132.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.30
|
||||
%global runtime_version 6.0.30
|
||||
%global host_version 6.0.32
|
||||
%global runtime_version 6.0.32
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.130
|
||||
%global sdk_version 6.0.132
|
||||
%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 Jul 09 2024 Omair Majid <omajid@redhat.com> - 6.0.132-2
|
||||
- Update to .NET SDK 6.0.132 and Runtime 6.0.32
|
||||
- Resolves: RHEL-45320
|
||||
|
||||
* Wed May 15 2024 Omair Majid <omajid@redhat.com> - 6.0.130-2
|
||||
- Update to .NET SDK 6.0.130 and Runtime 6.0.30
|
||||
- Resolves: RHEL-35308
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.130.tar.gz) = d637cf546aaa2d53f48196acc99d6eb77504a481d88c8703563afa52b27f78888b7d0d0d1b247c60eda0d38746a728a2d1f45d652f07d5eb636c2f47a1e73fb0
|
||||
SHA512 (dotnet-v6.0.132.tar.gz) = 5436bdf27882e0ffed3fadb3ce51c9d6c4ecba02114c7f7234142902ed3a5c93c5ad0d49fbe2b5b730381d93f1a57f4ed542efa629cce86ee429bcc43715cc4e
|
||||
|
Loading…
Reference in New Issue
Block a user