From 722afdc310c3b07d054dd371bb6681f7909672c7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 16 2020 17:25:08 +0000 Subject: import rh-dotnet21-2.1-14.el7 --- diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index 390a88a..d863fbf 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 13%{?dist} +Release: 14%{?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.14 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.14 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.15 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.15 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Mon Dec 23 2019 Omair Majid - 2.1-14 +- Export environment variables to set ASP.NET Core versions to 2.1.15 +- Resolves: RHBZ#1786178 + * Thu Oct 31 2019 Omair Majid - 2.1-13 - Export environment variables to set ASP.NET Core versions to 2.1.14 - Resolves: RHBZ#1767628