From e53c299bd65511b050d751a8989b1247faac03cb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 12 2021 07:39:16 +0000 Subject: import rh-dotnet50-dotnet-5.0.203-1.el7_9 --- diff --git a/.gitignore b/.gitignore index 5b12c0e..95de062 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dotnet-v5.0.202-SDK.tar.gz +SOURCES/dotnet-v5.0.203-SDK.tar.gz diff --git a/.rh-dotnet50-dotnet.metadata b/.rh-dotnet50-dotnet.metadata index 0b494ae..f053178 100644 --- a/.rh-dotnet50-dotnet.metadata +++ b/.rh-dotnet50-dotnet.metadata @@ -1 +1 @@ -64522a49e1178faae6afa021bd6044ec7ab745a1 SOURCES/dotnet-v5.0.202-SDK.tar.gz +d4fac4028480e003c7aca7e04a6e4fee42d71aea SOURCES/dotnet-v5.0.203-SDK.tar.gz diff --git a/SPECS/dotnet.spec b/SPECS/dotnet.spec index 0884942..f325c15 100644 --- a/SPECS/dotnet.spec +++ b/SPECS/dotnet.spec @@ -23,10 +23,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.5 -%global runtime_version 5.0.5 +%global host_version 5.0.6 +%global runtime_version 5.0.6 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.202 +%global sdk_version 5.0.203 %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -60,7 +60,7 @@ Name: %{?scl_prefix}dotnet 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/ @@ -524,6 +524,10 @@ echo "Testing build results for debug symbols..." %changelog +* Thu Apr 29 2021 Omair Majid - 5.0.203-1 +- Update to .NET SDK 5.0.203 and Runtime 5.0.6 +- Resolves: RHBZ#1954326 + * Fri Apr 09 2021 Omair Majid - 5.0.202-2 - Remove execute permissions on some text files - Resolves: RHBZ#1947599