Update to .NET SDK 7.0.113 and Runtime 7.0.13
Resolves: RHEL-14467
This commit is contained in:
parent
c5ed5646d7
commit
333d8508d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/dotnet-v7.0.110.tar.gz
|
/dotnet-v7.0.110.tar.gz
|
||||||
/dotnet-v7.0.111.tar.gz
|
/dotnet-v7.0.111.tar.gz
|
||||||
/dotnet-v7.0.112.tar.gz
|
/dotnet-v7.0.112.tar.gz
|
||||||
|
/dotnet-v7.0.113.tar.gz
|
||||||
|
@ -6,10 +6,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 7.0.12
|
%global host_version 7.0.13
|
||||||
%global runtime_version 7.0.12
|
%global runtime_version 7.0.13
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 7.0.112
|
%global sdk_version 7.0.113
|
||||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | 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 }')
|
||||||
@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 24 2023 Omair Majid <omajid@redhat.com> - 7.0.113-2
|
||||||
|
- Update to .NET SDK 7.0.113 and Runtime 7.0.13
|
||||||
|
- Resolves: RHEL-14467
|
||||||
|
|
||||||
* Mon Oct 16 2023 Omair Majid <omajid@redhat.com> - 7.0.112-2
|
* Mon Oct 16 2023 Omair Majid <omajid@redhat.com> - 7.0.112-2
|
||||||
- Update to .NET SDK 7.0.112 and Runtime 7.0.12
|
- Update to .NET SDK 7.0.112 and Runtime 7.0.12
|
||||||
- Resolves: RHEL-11698
|
- Resolves: RHEL-11698
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v7.0.112.tar.gz) = e0b795e026ac049d0335a944f3a7ef9d521fae8ef147a651d8e918db0b25171711000a7767e56bb57e12a722682f4d9db0604a868c67f38a23c7a9df9984afdd
|
SHA512 (dotnet-v7.0.113.tar.gz) = 3ee608a1af5925f35f895b4d71eea7271878f3342f2f5ca350b810813f06b01fc9baa53047004f81baf627a45bfe83b30f4bb7e1cbc57a71b396e8866533f671
|
||||||
|
Loading…
Reference in New Issue
Block a user