From 03488a3d9a80a0dd8c7d2aa0959ab7dc1a14fbcb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 13 2020 16:41:51 +0000 Subject: import rh-dotnet21-2.1-17.el7 --- diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index 6004c62..5b038c3 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 16%{?dist} +Release: 17%{?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.17 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.17 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.18 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.18 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Mon Apr 27 2020 Omair Majid - 2.1-17 +- Export environment variables to set ASP.NET Core versions to 2.1.18 +- Resolves: RHBZ#1828391 + * Tue Mar 24 2020 Omair Majid - 2.1-16 - Export environment variables to set ASP.NET Core versions to 2.1.17 - Resolves: RHBZ#1815640