From d7023fe1b64588f6944190fc34c811ef1cf2d4ab Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 15 Nov 2023 20:49:36 +0000 Subject: [PATCH] import UBI dotnet6.0-6.0.125-1.el9_3 --- .dotnet6.0.metadata | 2 +- .gitignore | 2 +- SPECS/dotnet6.0.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.dotnet6.0.metadata b/.dotnet6.0.metadata index 99382a4..8f8c714 100644 --- a/.dotnet6.0.metadata +++ b/.dotnet6.0.metadata @@ -1 +1 @@ -169be602fd53e134cd453aa181bea95fb2221921 SOURCES/dotnet-v6.0.124.tar.gz +cf2c18c9bc07f795952450cb9ea8d443fa6e3a13 SOURCES/dotnet-v6.0.125.tar.gz diff --git a/.gitignore b/.gitignore index 22a3bec..9416b0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.124.tar.gz +SOURCES/dotnet-v6.0.125.tar.gz diff --git a/SPECS/dotnet6.0.spec b/SPECS/dotnet6.0.spec index bb9aa5b..d843238 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.24 -%global runtime_version 6.0.24 +%global host_version 6.0.25 +%global runtime_version 6.0.25 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.124 +%global sdk_version 6.0.125 %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 }') @@ -60,7 +60,7 @@ Name: dotnet6.0 Version: %{sdk_rpm_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: .NET Runtime and SDK License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib URL: https://github.com/dotnet/ @@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Thu Nov 02 2023 Omair Majid - 6.0.125-1 +- Update to .NET SDK 6.0.125 and Runtime 6.0.25 +- Resolves: RHEL-15359 + * Tue Oct 24 2023 Omair Majid - 6.0.124-2 - Update to .NET SDK 6.0.124 and Runtime 6.0.24 - Resolves: RHEL-14462