Update to .NET SDK 7.0.105 and Runtime 7.0.5
Resolves: RHBZ#2183591
This commit is contained in:
parent
911dfa31b5
commit
d1deaad2cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/dotnet-v7.0.102.tar.gz
|
||||
/dotnet-v7.0.103.tar.gz
|
||||
/dotnet-v7.0.104.tar.gz
|
||||
/dotnet-v7.0.105.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.4
|
||||
%global runtime_version 7.0.4
|
||||
%global host_version 7.0.5
|
||||
%global runtime_version 7.0.5
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 7.0.104
|
||||
%global sdk_version 7.0.105
|
||||
%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
|
||||
* 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
|
||||
|
||||
* Tue Mar 28 2023 Omair Majid <omajid@redhat.com> - 7.0.104-2
|
||||
- Bump Release
|
||||
- Related: RHBZ#2175025
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v7.0.104.tar.gz) = be5e771f7011e89d17d4014c13fa1c1e380a62e7f068cc10ad96454b9e5d6f007e7923e331173c1d71ee315d71e148af041f1d26b9eced84954f466999749136
|
||||
SHA512 (dotnet-v7.0.105.tar.gz) = c5e706415bf1935a58a62c74d482cd1b896bba2e520a07195b1ee36d3514bdeb310c05b1e599e9ad13f9418353c12dc6161678450483604a83db9bf367d1ffd7
|
||||
|
Loading…
Reference in New Issue
Block a user