From e61e338a251ac1bbc17b123283d502a96ae76820 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 10 2021 17:24:21 +0000 Subject: import dotnet5.0-5.0.103-1.el8_3 --- diff --git a/.dotnet5.0.metadata b/.dotnet5.0.metadata index 7755f8d..1f2ff53 100644 --- a/.dotnet5.0.metadata +++ b/.dotnet5.0.metadata @@ -1 +1 @@ -b38b36bd3ef48e53459b75e75652368b7b753ae2 SOURCES/dotnet-v5.0.102-SDK.tar.gz +7d0d8dc54afe995e0fb450e305856f3fd3ffee17 SOURCES/dotnet-v5.0.103-SDK.tar.gz diff --git a/.gitignore b/.gitignore index 977de64..3094369 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v5.0.102-SDK.tar.gz +SOURCES/dotnet-v5.0.103-SDK.tar.gz diff --git a/SPECS/dotnet5.0.spec b/SPECS/dotnet5.0.spec index 9ccd4e0..1f373a5 100644 --- a/SPECS/dotnet5.0.spec +++ b/SPECS/dotnet5.0.spec @@ -20,10 +20,10 @@ %global dotnet_cflags %(echo %optflags | sed -e 's/-fstack-clash-protection//' | sed -re 's/-specs=[^ ]*//g') %global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g') -%global host_version 5.0.2 -%global runtime_version 5.0.2 +%global host_version 5.0.3 +%global runtime_version 5.0.3 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.102 +%global sdk_version 5.0.103 %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/ @@ -496,7 +496,11 @@ echo "Testing build results for debug symbols..." %changelog -* Mon Jan 05 2021 Omair Majid - 5.0.102-2 +* Wed Feb 03 2021 Omair Majid - 5.0.103-1 +- Update to .NET SDK 5.0.103 and Runtime 5.0.3 +- Resolves: RHBZ#1924765 + +* Tue Jan 05 2021 Omair Majid - 5.0.102-2 - Rebuild with updated tests - Resolves: RHBZ#1912684