diff --git a/.dotnet7.0.metadata b/.dotnet7.0.metadata index 1d2cd22..a0a0f7e 100644 --- a/.dotnet7.0.metadata +++ b/.dotnet7.0.metadata @@ -1 +1 @@ -1919e3270166b2669fee72f6a157b6347ce127db SOURCES/dotnet-v7.0.107.tar.gz +42994638e2be086cf2e02f4e08b05b7101b6fdab SOURCES/dotnet-v7.0.108.tar.gz diff --git a/.gitignore b/.gitignore index 701dc35..79fa2db 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v7.0.105.tar.gz +SOURCES/dotnet-v7.0.108.tar.gz diff --git a/SPECS/dotnet7.0.spec b/SPECS/dotnet7.0.spec index ad4cfad..e1f3a55 100644 --- a/SPECS/dotnet7.0.spec +++ b/SPECS/dotnet7.0.spec @@ -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 - 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 - 7.0.107-1 - Update to .NET SDK 7.0.107 and Runtime 7.0.7 - Resolves: RHBZ#2211876