From 64d625eb968717f4f841b4b971e196e73563a137 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 20 2021 07:18:46 +0000 Subject: import rh-dotnet21-2.1-29.el7_9 --- diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index a07005e..9c477a8 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 28%{?dist} +Release: 29%{?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.29 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.29 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.30 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.30 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Sun Aug 15 2021 Omair Majid - 2.1.29 +- Export environment variables to set ASP.NET Core versions to 2.1.30 +- Resolves: RHBZ#1993651 + * Wed Aug 04 2021 Omair Majid - 2.1.28 - Export environment variables to set ASP.NET Core versions to 2.1.29 - Resolves: RHBZ#1988579