From 5d1e07c588218b04a33c877ad5240c74cbd5a313 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Mon, 16 Oct 2023 14:01:20 -0400 Subject: [PATCH] Update to .NET SDK 6.0.123 and Runtime 6.0.23 Resolves: RHEL-11689 --- .gitignore | 1 + dotnet6.0.spec | 10 +++++++--- sources | 2 +- update-release | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7e7496a..e1b94ca 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /dotnet-v6.0.120.tar.gz /dotnet-v6.0.121.tar.gz /dotnet-v6.0.122.tar.gz +/dotnet-v6.0.123.tar.gz diff --git a/dotnet6.0.spec b/dotnet6.0.spec index 554f95f..88e1d3f 100644 --- a/dotnet6.0.spec +++ b/dotnet6.0.spec @@ -20,10 +20,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 }') @@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Mon Oct 16 2023 Omair Majid - 6.0.123-2 +- Update to .NET SDK 6.0.123 and Runtime 6.0.23 +- Resolves: RHEL-11689 + * Tue Sep 12 2023 Omair Majid - 6.0.122-2 - Update to .NET SDK 6.0.122 and Runtime 6.0.22 - Resolves: RHEL-1997 diff --git a/sources b/sources index bb3d9a8..02d82b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dotnet-v6.0.122.tar.gz) = 42a8399201fe5e239257ded8a0f2b857c8d7f853926918f7d94dfc29cb6e7c98af4d03a015d4f49b53ab69a899f2f0de109471d779beb24975650e6b5021a069 +SHA512 (dotnet-v6.0.123.tar.gz) = e8fa3e39db8e942d11c0502cee57327db3e3e58976d7676889726053828737f6aca847ec6693e11668101b9cb51a9030c91b97a41c1f60bf3174f6e57226a5bd diff --git a/update-release b/update-release index e112771..3e02e9c 100755 --- a/update-release +++ b/update-release @@ -95,7 +95,7 @@ comment="Update to .NET SDK ${sdk_version} and Runtime ${runtime_version}" commit_message="$comment " for bug_id in "${bug_ids[@]}"; do - if [[ $bug =~ ^[[:digit:]]+$ ]]; then + if [[ "$bug_id" =~ ^[[:digit:]]+$ ]]; then comment="$comment - Resolves: RHBZ#$bug_id" commit_message="$commit_message