From 935feff4a8d85e97c48cc200b48515975a68a983 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 20 2019 09:47:48 +0000 Subject: import rh-dotnet22-2.2-10.el7 --- diff --git a/SPECS/rh-dotnet22.spec b/SPECS/rh-dotnet22.spec index 86179cf..31c4d53 100644 --- a/SPECS/rh-dotnet22.spec +++ b/SPECS/rh-dotnet22.spec @@ -15,7 +15,7 @@ Name: %scl_name Version: 2.2 -Release: 9%{?dist} +Release: 10%{?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.7 -export LatestPatchVersionForAspNetCoreAll2_2=2.2.7 +export LatestPatchVersionForAspNetCoreApp2_2=2.2.8 +export LatestPatchVersionForAspNetCoreAll2_2=2.2.8 EOF @@ -85,6 +85,10 @@ EOF %changelog +* Thu Oct 31 2019 Omair Majid - 2.2-10 +- Export environment variables to set ASP.NET Core versions to 2.2.8 +- Resolves: RHBZ#1767563 + * 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