diff --git a/tomcat10.changes b/tomcat10.changes index 3e6ed88..8a12f2c 100644 --- a/tomcat10.changes +++ b/tomcat10.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 29 19:42:27 UTC 2024 - Fridrich Strba + +- Fix build after removal of the default %%{java_home} define + ------------------------------------------------------------------- Tue Jul 9 12:52:37 UTC 2024 - Ricardo Mestre diff --git a/tomcat10.spec b/tomcat10.spec index 5ab1913..cd4b2c9 100644 --- a/tomcat10.spec +++ b/tomcat10.spec @@ -486,7 +486,7 @@ popd # install sample webapp mkdir -p %{buildroot}%{tomcatappdir}/sample pushd %{buildroot}%{tomcatappdir}/sample -%jar xf %{buildroot}%{tomcatappdir}/docs/appdev/sample/sample.war +jar xf %{buildroot}%{tomcatappdir}/docs/appdev/sample/sample.war popd pushd %{buildroot}%{tomcatappdir}/examples/WEB-INF/lib