From 34a1436877aee2376985f7c194f66beedc0bf5e0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 10 2021 16:24:36 +0000 Subject: import rh-dotnet21-2.1-24.el7_9 --- diff --git a/SPECS/rh-dotnet21.spec b/SPECS/rh-dotnet21.spec index 6e15a39..2894c5e 100644 --- a/SPECS/rh-dotnet21.spec +++ b/SPECS/rh-dotnet21.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.1 -Release: 23%{?dist} +Release: 24%{?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.24 -export LatestPatchVersionForAspNetCoreAll2_1=2.1.24 +export LatestPatchVersionForAspNetCoreApp2_1=2.1.25 +export LatestPatchVersionForAspNetCoreAll2_1=2.1.25 EOF @@ -82,6 +82,10 @@ EOF %changelog +* Fri Jan 29 2021 Omair Majid - 2.1-24 +- Export environment variables to set ASP.NET Core versions to 2.1.25 +- Resolves: RHBZ#1921938 + * Mon Dec 14 2020 Omair Majid - 2.1-23 - Export environment variables to set ASP.NET Core versions to 2.1.24 - Resolves: RHBZ#1905574