diff --git a/.dotnet7.0.metadata b/.dotnet7.0.metadata index 6de0cee..6ecad66 100644 --- a/.dotnet7.0.metadata +++ b/.dotnet7.0.metadata @@ -1 +1 @@ -3732c36eccd1eb5679c46e2b1244f71ab2a6cde4 SOURCES/dotnet-v7.0.101.tar.gz +94ce6c4b3a32b4656725e3ceff640212d1ce34dd SOURCES/dotnet-v7.0.102.tar.gz diff --git a/.gitignore b/.gitignore index 3673e16..23ec477 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v7.0.101.tar.gz +SOURCES/dotnet-v7.0.102.tar.gz diff --git a/SPECS/dotnet7.0.spec b/SPECS/dotnet7.0.spec index 5e0898b..0654f4a 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.1 -%global runtime_version 7.0.1 +%global host_version 7.0.2 +%global runtime_version 7.0.2 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 7.0.101 +%global sdk_version 7.0.102 %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 }') @@ -622,6 +622,10 @@ export COMPlus_LTTng=0 %changelog +* Mon Dec 19 2022 Omair Majid - 7.0.102-1 +- Update to .NET SDK 7.0.102 and Runtime 7.0.2 +- Resolves: RHBZ#2154466 + * Tue Dec 06 2022 Omair Majid - 7.0.101-1 - Update to .NET SDK 7.0.101 and Runtime 7.0.1 - Resolves: RHBZ#2150151