diff --git a/SPECS/rh-dotnet22.spec b/SPECS/rh-dotnet22.spec
index 2c013b1..e9cc6a4 100644
--- a/SPECS/rh-dotnet22.spec
+++ b/SPECS/rh-dotnet22.spec
@@ -15,7 +15,7 @@
 
 Name: %scl_name
 Version: 2.2
-Release: 5%{?dist}
+Release: 7%{?dist}
 Summary: Package that installs %scl
 License: MIT
 
@@ -65,10 +65,13 @@ export XDG_DATA_DIRS=%{_datadir}:\${XDG_DATA_DIRS:-/usr/local/share:/usr/share}
 # Opt out of telemetry collection by default
 export DOTNET_CLI_TELEMETRY_OPTOUT=true
 
+# Set DOTNET_ROOT to fix apphost lookup
+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.4
-export LatestPatchVersionForAspNetCoreAll2_2=2.2.4
+export LatestPatchVersionForAspNetCoreApp2_2=2.2.5
+export LatestPatchVersionForAspNetCoreAll2_2=2.2.5
 EOF
 
 
@@ -82,6 +85,14 @@ EOF
 
 
 %changelog
+* Wed May 01 2019 Omair Majid <omajid@redhat.com> - 2.2-7
+- Export environment variables to set ASP.NET Core versions to 2.2.5
+- Resolves: RHBZ#1704934
+
+* Tue Apr 30 2019 Omair Majid <omajid@redhat.com> - 2.2-6
+- Export DOTNET_ROOT to make apphost lookup work better
+- Resolves: RHBZ#1703479
+
 * Fri Apr 05 2019 Omair Majid <omajid@redhat.com> - 2.2-5
 - Export environment variables to set ASP.NET Core versions to 2.2.4
 - Resolves: RHBZ#1696779