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/.rh-dotnet50-dotnet.metadata b/.rh-dotnet50-dotnet.metadata index cd9eac6..aa26bd8 100644 --- a/.rh-dotnet50-dotnet.metadata +++ b/.rh-dotnet50-dotnet.metadata @@ -1 +1 @@ -e8ac21946f61bc5386a93d290541d5cbb178b219 SOURCES/dotnet-v5.0.206-SDK.tar.gz +7ef9353663932cefd559f6d3099f846e48b10ec7 SOURCES/dotnet-v5.0.207-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 2e34673..44c014b 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -23,10 +23,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#2000318 + * Fri Aug 06 2021 Omair Majid - 5.0.206-1 - Update to .NET SDK 5.0.206 and Runtime 5.0.9 - Resolves: RHBZ#1990939