Update to .NET SDK 7.0.107 and Runtime 7.0.7
Resolves: RHBZ#2211767
This commit is contained in:
parent
d1deaad2cf
commit
bd6f000752
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/dotnet-v7.0.103.tar.gz
|
||||
/dotnet-v7.0.104.tar.gz
|
||||
/dotnet-v7.0.105.tar.gz
|
||||
/dotnet-v7.0.107.tar.gz
|
||||
|
@ -6,10 +6,10 @@
|
||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 7.0.5
|
||||
%global runtime_version 7.0.5
|
||||
%global host_version 7.0.7
|
||||
%global runtime_version 7.0.7
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 7.0.105
|
||||
%global sdk_version 7.0.107
|
||||
%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 %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -618,6 +618,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 13 2023 Andrew Slice <andrew.slice@redhat.com> - 7.0.107-2
|
||||
- Update to .NET SDK 7.0.107 and Runtime 7.0.7
|
||||
- Resolves: RHBZ#2211767
|
||||
|
||||
* Wed Apr 12 2023 Omair Majid <omajid@redhat.com> - 7.0.105-2
|
||||
- Update to .NET SDK 7.0.105 and Runtime 7.0.5
|
||||
- Resolves: RHBZ#2183591
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v7.0.105.tar.gz) = c5e706415bf1935a58a62c74d482cd1b896bba2e520a07195b1ee36d3514bdeb310c05b1e599e9ad13f9418353c12dc6161678450483604a83db9bf367d1ffd7
|
||||
SHA512 (dotnet-v7.0.107.tar.gz) = ac0070bffaa89a34d1ddc4aed76f1d60730e0870ddf05e8dc4999d38be9ffb25608c3cedde6487c6834405be110261dae676cd641affe1951d9949e86e36d95e
|
||||
|
Loading…
Reference in New Issue
Block a user