From 9cfac98d1f09ed0fb9eb05e8d06848a9bc644cfc Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 13 Sep 2023 15:08:08 +0000 Subject: [PATCH] import UBI dotnet6.0-6.0.122-1.el9_2 --- .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 4954379..ff01675 100644 --- a/.dotnet6.0.metadata +++ b/.dotnet6.0.metadata @@ -1 +1 @@ -4ec9880ada1b870dc04938a12282ea4ea5f94788 SOURCES/dotnet-v6.0.121.tar.gz +57ec22e23e22b9bdca22a570fecfe8a939f55cde SOURCES/dotnet-v6.0.122.tar.gz diff --git a/.gitignore b/.gitignore index d0f51ce..65827b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v6.0.121.tar.gz +SOURCES/dotnet-v6.0.122.tar.gz diff --git a/SPECS/dotnet6.0.spec b/SPECS/dotnet6.0.spec index 1a6cecf..397e289 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.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 }') @@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Fri Sep 01 2023 Omair Majid - 6.0.122-1 +- Update to .NET SDK 6.0.122 and Runtime 6.0.22 +- Resolves: RHEL-2014 + * Wed Aug 02 2023 Omair Majid - 6.0.121-1 - Update to .NET SDK 6.0.121 and Runtime 6.0.21 - Resolves: RHBZ#2228569