diff --git a/tomcat.changes b/tomcat.changes
index 152e390..eb8fce4 100644
--- a/tomcat.changes
+++ b/tomcat.changes
@@ -6,6 +6,8 @@ Wed Jul 6 12:20:03 UTC 2016 - malbu@suse.com
http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.36_(markt)
- CVE fixed by the version update:
- CVE-2016-3092 (bnc#986359)
+- Fixed a deployment error in the examples webapp by changing the context.xml format to the new one
+ introduced by Tomcat 8. See http://tomcat.apache.org/migration-8.html#Web_application_resources
-------------------------------------------------------------------
Mon May 2 16:05:26 UTC 2016 - dmacvicar@suse.de
diff --git a/tomcat.spec b/tomcat.spec
index 7ced774..e58f3a1 100644
--- a/tomcat.spec
+++ b/tomcat.spec
@@ -484,7 +484,9 @@ popd
mkdir -p %{buildroot}%{appdir}/examples/META-INF
pushd %{buildroot}%{appdir}/examples/META-INF
echo ''>context.xml
-echo ''>>context.xml
+echo ''>>context.xml
+echo ' '>>context.xml
+echo ''>>context.xml
popd
pushd %{buildroot}%{appdir}/examples/WEB-INF/lib