diff --git a/.gitignore b/.gitignore index 4902e97..d0f51ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.120.tar.gz +SOURCES/dotnet-v6.0.121.tar.gz diff --git a/.rh-dotnet60-dotnet.metadata b/.rh-dotnet60-dotnet.metadata index fdffdf2..7151fb7 100644 --- a/.rh-dotnet60-dotnet.metadata +++ b/.rh-dotnet60-dotnet.metadata @@ -1 +1 @@ -c4ad0b87e6a266e2be43544dadfdbf999a94d446 SOURCES/dotnet-v6.0.120.tar.gz +fb11e4a11b177016b40d015306acf999500be410 SOURCES/dotnet-v6.0.121.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index a61fd93..31f8399 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.20 -%global runtime_version 6.0.20 +%global host_version 6.0.21 +%global runtime_version 6.0.21 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.120 +%global sdk_version 6.0.121 %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 }') @@ -586,6 +586,10 @@ echo "Testing build results for debug symbols..." %changelog +* Wed Aug 02 2023 Omair Majid - 6.0.121-1 +- Update to .NET SDK 6.0.121 and Runtime 6.0.21 +- Resolves: RHBZ#2228565 + * Tue Jul 04 2023 Omair Majid - 6.0.120-1 - Update to .NET SDK 6.0.120 and Runtime 6.0.20 - Resolves: RHBZ#2219635