diff --git a/dotnet6.0.spec b/dotnet6.0.spec index 4c9e066bfb374443e1bbb3c6e67860586faae280..75320397ef52304dabe2cb00a5f21762f88e0251 100644 --- a/dotnet6.0.spec +++ b/dotnet6.0.spec @@ -22,10 +22,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.23 -%global runtime_version 6.0.23 +%global host_version 6.0.24 +%global runtime_version 6.0.24 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.123 +%global sdk_version 6.0.124 %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 }') @@ -635,10 +635,14 @@ echo "Testing build results for debug symbols..." %changelog -* Wed Oct 18 2023 Liwei Ge - 6.0.123-1.0.1 +* Thu Nov 02 2023 Liwei Ge - 6.0.124-1.0.1 - Fix sdk suffix for Anolis OS - Update netstandard-targeting-pack-2.1 acquisition method (Zhao Hang) +* Mon Oct 23 2023 Omair Majid - 6.0.124-1 +- Update to .NET SDK 6.0.124 and Runtime 6.0.24 +- Resolves: RHEL-14465 + * Wed Oct 04 2023 Omair Majid - 6.0.123-1 - Update to .NET SDK 6.0.123 and Runtime 6.0.23 - Resolves: RHEL-11694 diff --git a/download b/download index 780a4a43376944e1bf34eccf91ed9486ef0cd6e8..855ac3b573377f7f3bb73b7c697c1b334e5f05d8 100644 --- a/download +++ b/download @@ -1 +1 @@ -30dfbc113e57c008e87d6b9be05e57c3 dotnet-v6.0.123.tar.gz +47a486aa0aaf369dc632b8a2d20fa4e5 dotnet-v6.0.124.tar.gz