From 3db8d1b14979eb81654165a6ade13fa350665b3e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 11 2019 08:43:20 +0000 Subject: import rh-dotnet21-2.1-12.el7 --- diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index cdc36df..635163e 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Package that installs %scl License: MIT @@ -67,8 +67,8 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=true # Set the latest versions of ASP.NET Core packages to be picked up when # building using the older SDKS -export LatestPatchVersionForAspNetCoreApp2_1=2.1.12 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.12 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.13 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.13 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Thu Aug 29 2019 Omair Majid - 2.1-12 +- Export environment variables to set ASP.NET Core versions to 2.1.13 +- Resolves: RHBZ#1743290 + * Wed Jul 10 2019 Omair Majid - 2.1-11 - Export environment variables to set ASP.NET Core versions to 2.1.12 - Resolves: RHBZ#1728839