From a2a49c457cd5bda783c096f98fc53beac2e23da9 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 01 2023 14:33:26 +0000 Subject: import rh-dotnet60-dotnet-6.0.124-1.el7_9 --- diff --git a/.gitignore b/.gitignore index e9d606a..22a3bec 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.123.tar.gz +SOURCES/dotnet-v6.0.124.tar.gz diff --git a/.rh-dotnet60-dotnet.metadata b/.rh-dotnet60-dotnet.metadata index 9a85f54..ebce7dd 100644 --- a/.rh-dotnet60-dotnet.metadata +++ b/.rh-dotnet60-dotnet.metadata @@ -1 +1 @@ -6aad5bc647a4a84cc02001a305fb8ad444973251 SOURCES/dotnet-v6.0.123.tar.gz +9799f172fcad8db9103db1e5acffd5c919d17e7a SOURCES/dotnet-v6.0.124.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 3ceb4c0..4f3a3e0 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.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 }') @@ -586,6 +586,10 @@ echo "Testing build results for debug symbols..." %changelog +* Mon Oct 23 2023 Omair Majid - 6.0.124-1 +- Update to .NET SDK 6.0.124 and Runtime 6.0.24 +- Resolves: RHBZ#2245685 + * Wed Oct 04 2023 Omair Majid - 6.0.123-1 - Update to .NET SDK 6.0.123 and Runtime 6.0.23 - Resolves: RHBZ#2242122