diff --git a/dotnet6.0.spec b/dotnet6.0.spec index 65045f23efd38483dc8e0eef0c7f30096c727983..8f7104b84540b7f2d6677a6b617b96da948cbbd5 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.21 -%global runtime_version 6.0.21 +%global host_version 6.0.22 +%global runtime_version 6.0.22 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.121 +%global sdk_version 6.0.122 %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 -* Tue Aug 15 2023 Liwei Ge - 6.0.121-1.0.1 +* Thu Sep 14 2023 Liwei Ge - 6.0.122-1.0.1 - Fix sdk suffix for Anolis OS - Update netstandard-targeting-pack-2.1 acquisition method (Zhao Hang) +* 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 + * Wed Aug 02 2023 Omair Majid - 6.0.121-1 - Update to .NET SDK 6.0.121 and Runtime 6.0.21 - Resolves: RHBZ#2228568 diff --git a/download b/download index 49f2acac1af82cf13dc816dd26a99581b88bf7fb..05d07ff23c0941039d21f676edda2dc249c4dbda 100644 --- a/download +++ b/download @@ -1 +1 @@ -33929e9db7ea329357c7dac638378b26 dotnet-v6.0.121.tar.gz +cb79fc3a30f18938342a2c3a2294514a dotnet-v6.0.122.tar.gz