From 3dcdec3b34f5edc4b2add432da9bcf30e3dcdfaa Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 12 2021 07:34:25 +0000 Subject: import rh-dotnet21-2.1-27.el7_9 --- diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index 87002ab..5ef9660 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 26%{?dist} +Release: 27%{?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.27 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.27 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.28 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.28 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Tue Apr 27 2021 Omair Majid - 2.1.27 +- Export environment variables to set ASP.NET Core versions to 2.1.28 +- Resolves: RHBZ#1953762 + * Tue Apr 06 2021 Omair Majid - 2.1-26 - Export environment variables to set ASP.NET Core versions to 2.1.27 - Resolves: RHBZ#1946717