From 19955abdb27d6619559e9ee60232fb63d02439b1 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 08 2020 17:17:49 +0000 Subject: import rh-dotnet21-2.1-21.el7 --- diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index c75d54a..12c19aa 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 20%{?dist} +Release: 21%{?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.21 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.21 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.22 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.22 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Mon Aug 31 2020 Omair Majid - 2.1-21 +- Export environment variables to set ASP.NET Core versions to 2.1.22 +- Resolves: RHBZ#1874063 + * Wed Aug 05 2020 Omair Majid - 2.1-20 - Export environment variables to set ASP.NET Core versions to 2.1.21 - Resolves: RHBZ#1866118