diff --git a/dotnet6.0.spec b/dotnet6.0.spec index 8f7104b84540b7f2d6677a6b617b96da948cbbd5..4c9e066bfb374443e1bbb3c6e67860586faae280 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.22 -%global runtime_version 6.0.22 +%global host_version 6.0.23 +%global runtime_version 6.0.23 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.122 +%global sdk_version 6.0.123 %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 -* Thu Sep 14 2023 Liwei Ge - 6.0.122-1.0.1 +* Wed Oct 18 2023 Liwei Ge - 6.0.123-1.0.1 - Fix sdk suffix for Anolis OS - Update netstandard-targeting-pack-2.1 acquisition method (Zhao Hang) +* 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 + * Fri Sep 01 2023 Omair Majid - 6.0.122-1 - Update to .NET SDK 6.0.122 and Runtime 6.0.22 - Resolves: RHEL-2012 diff --git a/download b/download index 05d07ff23c0941039d21f676edda2dc249c4dbda..780a4a43376944e1bf34eccf91ed9486ef0cd6e8 100644 --- a/download +++ b/download @@ -1 +1 @@ -cb79fc3a30f18938342a2c3a2294514a dotnet-v6.0.122.tar.gz +30dfbc113e57c008e87d6b9be05e57c3 dotnet-v6.0.123.tar.gz