From a319d5aeda6779a166794f2956cf72844bedf89a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 9 Feb 2022 03:27:38 -0500 Subject: [PATCH] import dotnet5.0-5.0.211-1.el8_5 --- .dotnet5.0.metadata | 2 +- .gitignore | 2 +- SPECS/dotnet5.0.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.dotnet5.0.metadata b/.dotnet5.0.metadata index 9d006c0..d851d70 100644 --- a/.dotnet5.0.metadata +++ b/.dotnet5.0.metadata @@ -1 +1 @@ -c8d1317df1ddab04711bf28711c42ba316383647 SOURCES/dotnet-v5.0.210-SDK.tar.gz +8fbdd3d788ccb300f9eafec1881642a223ef811e SOURCES/dotnet-v5.0.211-SDK.tar.gz diff --git a/.gitignore b/.gitignore index c9baaf4..91f4d51 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v5.0.210-SDK.tar.gz +SOURCES/dotnet-v5.0.211-SDK.tar.gz diff --git a/SPECS/dotnet5.0.spec b/SPECS/dotnet5.0.spec index 880c59b..91a0802 100644 --- a/SPECS/dotnet5.0.spec +++ b/SPECS/dotnet5.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 5.0.13 -%global runtime_version 5.0.13 +%global host_version 5.0.14 +%global runtime_version 5.0.14 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.210 +%global sdk_version 5.0.211 %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -516,6 +516,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Fri Jan 28 2022 Omair Majid - 5.0.211-1 +- Update to .NET SDK 5.0.211 and Runtime 5.0.14 +- Resolves: RHBZ#2047767 + * Thu Dec 09 2021 Omair Majid - 5.0.210-1 - Update to .NET SDK 5.0.210 and Runtime 5.0.13 - Resolves: RHBZ#2030738