From c50e85b877ec21eaf1d20a47d5fa18721d9c78ac Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 11 2019 08:43:43 +0000 Subject: import rh-dotnet22-2.2-9.el7 --- diff --git a/SPECS/rh-dotnet22.spec b/SPECS/rh-dotnet22.spec index d75a0c8..86179cf 100644 --- a/SPECS/rh-dotnet22.spec +++ b/SPECS/rh-dotnet22.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Package that installs %scl License: MIT @@ -70,8 +70,8 @@ export DOTNET_ROOT="%{_libdir}/dotnet" # Set the latest versions of ASP.NET Core packages to be picked up when # building using the older SDKS. -export LatestPatchVersionForAspNetCoreApp2_2=2.2.6 -export LatestPatchVersionForAspNetCoreAll2_2=2.2.6 +export LatestPatchVersionForAspNetCoreApp2_2=2.2.7 +export LatestPatchVersionForAspNetCoreAll2_2=2.2.7 EOF @@ -85,6 +85,10 @@ EOF %changelog +* Thu Aug 29 2019 Omair Majid - 2.2-9 +- Export environment variables to set ASP.NET Core versions to 2.2.7 +- Resolves: RHBZ#1744260 + * Wed Jul 10 2019 Omair Majid - 2.2-8 - Export environment variables to set ASP.NET Core versions to 2.2.6 - Resolves: RHBZ#1728895