diff --git a/SPECS/rh-dotnet22.spec b/SPECS/rh-dotnet22.spec
index 320404a..1223378 100644
--- a/SPECS/rh-dotnet22.spec
+++ b/SPECS/rh-dotnet22.spec
@@ -15,7 +15,7 @@
 
 Name: %scl_name
 Version: 2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Package that installs %scl
 License: MIT
 
@@ -67,9 +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.
-# TODO: enable this post 2.2.0
-# export LatestPatchVersionForAspNetCoreApp2_2=2.2.0
-# export LatestPatchVersionForAspNetCoreAll2_2=2.2.0
+export LatestPatchVersionForAspNetCoreApp2_2=2.2.1
+export LatestPatchVersionForAspNetCoreAll2_2=2.2.1
 EOF
 
 
@@ -83,6 +82,10 @@ EOF
 
 
 %changelog
+* Mon Dec 17 2018 Omair Majid <omajid@redhat.com> - 2.2-2
+- Export environment variables to set ASP.NET Core versions to 2.2.1
+- Resolves: RHBZ#1660223
+
 * Fri Nov 16 2018 Omair Majid <omajid@redhat.com> - 2.2-1
 - New spec file based on .NET Core 2.1
 - Resolves: RHBZ#1649584