diff --git a/.dotnet5.0.metadata b/.dotnet5.0.metadata index 2917a62..dd2920c 100644 --- a/.dotnet5.0.metadata +++ b/.dotnet5.0.metadata @@ -1 +1 @@ -957f4ce0a0d13721d85cc51b0392942ff3af6c87 SOURCES/dotnet-v5.0.206-SDK.tar.gz +e45ae7b33bc6216fc9457ccf44852d640e4e763a SOURCES/dotnet-v5.0.207-SDK.tar.gz diff --git a/.gitignore b/.gitignore index ec45abc..569a366 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v5.0.206-SDK.tar.gz +SOURCES/dotnet-v5.0.207-SDK.tar.gz diff --git a/SPECS/dotnet5.0.spec b/SPECS/dotnet5.0.spec index 64143a5..9a60c5c 100644 --- a/SPECS/dotnet5.0.spec +++ b/SPECS/dotnet5.0.spec @@ -20,10 +20,10 @@ # until that's done, disable LTO. This has to happen before setting the flags below. %define _lto_cflags %{nil} -%global host_version 5.0.9 -%global runtime_version 5.0.9 +%global host_version 5.0.10 +%global runtime_version 5.0.10 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.206 +%global sdk_version 5.0.207 %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -529,6 +529,10 @@ echo "Testing build results for debug symbols..." %changelog +* Tue Sep 07 2021 Omair Majid - 5.0.207-1 +- Update to .NET SDK 5.0.207 and Runtime 5.0.10 +- Resolves: RHBZ#2000460 + * Fri Aug 06 2021 Omair Majid - 5.0.206-1 - Update to .NET SDK 5.0.206 and Runtime 5.0.9 - Resolves: RHBZ#1990965