import dotnet7.0-7.0.108-1.el8_8

This commit is contained in:
Andrew Lukoshko 2023-06-29 20:11:32 +00:00
parent d2e3012c93
commit d7d6ceae1d
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
1919e3270166b2669fee72f6a157b6347ce127db SOURCES/dotnet-v7.0.107.tar.gz
42994638e2be086cf2e02f4e08b05b7101b6fdab SOURCES/dotnet-v7.0.108.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v7.0.105.tar.gz
SOURCES/dotnet-v7.0.108.tar.gz

View File

@ -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.7
%global runtime_version 7.0.7
%global host_version 7.0.8
%global runtime_version 7.0.8
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 7.0.107
%global sdk_version 7.0.108
%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 }')
@ -617,6 +617,10 @@ export COMPlus_LTTng=0
%changelog
* Tue Jun 20 2023 Omair Majid <omajid@redhat.com> - 7.0.108-1
- Update to .NET SDK 7.0.108 and Runtime 7.0.8
- Resolves: RHBZ#2216225
* Fri Jun 02 2023 Andrew Slice <andrew.slice@redhat.com> - 7.0.107-1
- Update to .NET SDK 7.0.107 and Runtime 7.0.7
- Resolves: RHBZ#2211876