From 422e7ed44e8c6cf4ffd90abbbc74223a2f5bfb7b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 27 Sep 2022 10:09:14 -0400 Subject: [PATCH] import dotnet5.0-5.0.214-1.el8_6 --- .dotnet5.0.metadata | 2 +- .gitignore | 2 +- SPECS/dotnet5.0.spec | 26 ++++++++++++++++++++++---- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.dotnet5.0.metadata b/.dotnet5.0.metadata index 9d006c0..bd0d735 100644 --- a/.dotnet5.0.metadata +++ b/.dotnet5.0.metadata @@ -1 +1 @@ -c8d1317df1ddab04711bf28711c42ba316383647 SOURCES/dotnet-v5.0.210-SDK.tar.gz +49ddbc37f561645bab32f02fe17849449b7f0977 SOURCES/dotnet-v5.0.214-SDK.tar.gz diff --git a/.gitignore b/.gitignore index c9baaf4..3a072d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v5.0.210-SDK.tar.gz +SOURCES/dotnet-v5.0.214-SDK.tar.gz diff --git a/SPECS/dotnet5.0.spec b/SPECS/dotnet5.0.spec index a63a2c4..4717220 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.17 +%global runtime_version 5.0.17 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.210 +%global sdk_version 5.0.214 %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -56,7 +56,7 @@ Name: dotnet5.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/ @@ -188,6 +188,8 @@ Requires: dotnet-hostfxr-5.0%{?_isa} >= %{host_rpm_version}-%{release} # libicu is dlopen()ed Requires: libicu%{?_isa} +# See src/runtime.*/src/libraries/Native/AnyOS/brotli-version.txt +Provides: bundled(brotli) = 1.0.9 %if %{use_bundled_libunwind} Provides: bundled(libunwind) = 1.3 %endif @@ -519,6 +521,22 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog +* Thu May 05 2022 Omair Majid - 5.0.214-1 +- Update to .NET SDK 5.0.214 and Runtime 5.0.17 +- Resolves: RHBZ#2082258 + +* Thu Apr 28 2022 Omair Majid - 5.0.213-2 +- Update to .NET SDK 5.0.213 and Runtime 5.0.16 +- Resolves: RHBZ#2080053 + +* Wed Mar 23 2022 Omair Majid - 5.0.212-2 +- Update to .NET SDK 5.0.212 and Runtime 5.0.15 +- Resolves: RHBZ#2060495 + +* Wed Mar 23 2022 Omair Majid - 5.0.211-1 +- Update to .NET SDK 5.0.211 and Runtime 5.0.14 +- Resolves: RHBZ#2047766 + * Wed Jan 05 2022 Omair Majid - 5.0.210-2 - Update to .NET SDK 5.0.210 and Runtime 5.0.13 - Resolves: RHBZ#2030737