From f359c8007697d771ad4ac63ac00b6a9455b45ba2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 29 2021 20:03:16 +0000 Subject: import dotnet5.0-5.0.207-2.el8 --- diff --git a/.dotnet5.0.metadata b/.dotnet5.0.metadata index c7ed126..939b3c9 100644 --- a/.dotnet5.0.metadata +++ b/.dotnet5.0.metadata @@ -1 +1 @@ -4e69f55efa3555d765674449e65b6b1f7be13a1c SOURCES/dotnet-v5.0.206-SDK.tar.gz +ed16c6e24e11b7108bdff716ae73cfd8d82823d7 SOURCES/dotnet-v5.0.207-SDK.tar.gz diff --git a/.gitignore b/.gitignore index ec45abc..569a366 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v5.0.206-SDK.tar.gz +SOURCES/dotnet-v5.0.207-SDK.tar.gz diff --git a/SPECS/dotnet5.0.spec b/SPECS/dotnet5.0.spec index 80f2345..463c2c5 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.9 -%global runtime_version 5.0.9 +%global host_version 5.0.10 +%global runtime_version 5.0.10 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.206 +%global sdk_version 5.0.207 %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: 1%{?dist} +Release: 2%{?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/ @@ -522,6 +522,10 @@ echo "Testing build results for debug symbols..." %changelog +* Fri Sep 24 2021 Omair Majid - 5.0.207-2 +- Update to .NET SDK 5.0.207 and Runtime 5.0.10 +- Resolves: RHBZ#2000319 + * Thu Aug 12 2021 Omair Majid - 5.0.206-1 - Update to .NET SDK 5.0.206 and Runtime 5.0.9 - Resolves: RHBZ#1990940