diff --git a/.gitignore b/.gitignore index 8c93664..f33c77f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.108-SDK.tar.gz +SOURCES/dotnet-v6.0.109-SDK.tar.gz diff --git a/.rh-dotnet60-dotnet.metadata b/.rh-dotnet60-dotnet.metadata index 9bdb138..363076e 100644 --- a/.rh-dotnet60-dotnet.metadata +++ b/.rh-dotnet60-dotnet.metadata @@ -1 +1 @@ -bda646d7f3a51e865ca1e10a9c843b8ad2d62a59 SOURCES/dotnet-v6.0.108-SDK.tar.gz +7d1e4948b34303995482971b766889fb54155bc4 SOURCES/dotnet-v6.0.109-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index dcb8d1b..3f0dbd4 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 6.0.8 -%global runtime_version 6.0.8 +%global host_version 6.0.9 +%global runtime_version 6.0.9 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.108 +%global sdk_version 6.0.109 %global sdk_feature_band_version %(echo %{sdk_version} | 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 }') @@ -592,6 +592,10 @@ echo "Testing build results for debug symbols..." %changelog +* Fri Sep 02 2022 Omair Majid - 6.0.109-1 +- Update to .NET SDK 6.0.109 and Runtime 6.0.9 +- Resolves: RHBZ#2123786 + * Fri Jul 29 2022 Omair Majid - 6.0.108-1 - Update to .NET SDK 6.0.108 and Runtime 6.0.8 - Resolves: RHBZ#2112407