From 719059f981c3c9d382766333d562930cb5ed0f27 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 03 2018 09:35:20 +0000 Subject: import rh-dotnet21-2.1-4.el7 --- diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index bfd36e8..949872d 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 3%{?dist} +Release: 4%{?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.4 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.4 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.5 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.5 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Mon Oct 01 2018 Omair Majid - 2.1-4 +- Export environment variables to set ASP.NET Core versions to 2.1.5 +- Resolves: rhbz#1634169 + * Wed Sep 05 2018 Omair Majid - 2.1-3 - Export environment variables to set ASP.NET Core versions to 2.1.4 - Resolves: rhbz#1625403