From b7c5a4d098a873c5e5cb589552572b225c1127c8 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 1 Nov 2023 19:23:23 +0000 Subject: [PATCH] import UBI dotnet6.0-6.0.124-1.el8_8 --- .dotnet6.0.metadata | 2 +- .gitignore | 2 +- SPECS/dotnet6.0.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.dotnet6.0.metadata b/.dotnet6.0.metadata index 3c34491..a7b5b1d 100644 --- a/.dotnet6.0.metadata +++ b/.dotnet6.0.metadata @@ -1 +1 @@ -3fa08e0305e3a487db01dbc4d1828b65ebea5385 SOURCES/dotnet-v6.0.123.tar.gz +8d26bf97ea8c8f8932c184bdcf2388e9bd2856cf SOURCES/dotnet-v6.0.124.tar.gz 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/SPECS/dotnet6.0.spec b/SPECS/dotnet6.0.spec index ce7bf69..d154567 100644 --- a/SPECS/dotnet6.0.spec +++ b/SPECS/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.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 }') @@ -612,6 +612,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* 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