diff --git a/tomcat.spec b/tomcat.spec
index 1492829..1f06bfa 100644
--- a/tomcat.spec
+++ b/tomcat.spec
@@ -54,7 +54,7 @@
Name: tomcat
Epoch: 1
Version: %{major_version}.%{minor_version}.%{micro_version}
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Group: System Environment/Daemons
@@ -447,8 +447,10 @@ popd
# Allow linking for example webapp
%{__mkdir_p} ${RPM_BUILD_ROOT}%{appdir}/examples/META-INF
pushd ${RPM_BUILD_ROOT}%{appdir}/examples/META-INF
-echo ''>context.xml
-echo ''>>context.xml
+echo '' > context.xml
+echo '' >> context.xml
+echo ' ' >> context.xml
+echo '' >> context.xml
popd
pushd ${RPM_BUILD_ROOT}%{appdir}/examples/WEB-INF/lib
@@ -686,6 +688,9 @@ fi
%attr(0644,root,root) %{_unitdir}/%{name}-jsvc.service
%changelog
+* Wed Feb 10 2016 Coty Sutherland 1:8.0.26-4
+- Resolves: rhbz#1286800 Failed to start component due to wrong allowLinking="true" in context.xml
+
* Fri Feb 05 2016 Fedora Release Engineering - 1:8.0.26-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild