From 313ef9eb9d8f53643572a311fd97a2a37f06b9a1 Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Mon, 29 Jan 2024 09:50:21 +0800 Subject: [PATCH] fix build failed Signed-off-by: cherry530 <707078654@qq.com> --- jetty.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jetty.spec b/jetty.spec index 375ef95..0a67ed5 100644 --- a/jetty.spec +++ b/jetty.spec @@ -12,7 +12,7 @@ %bcond_with jp_minimal Name: jetty Version: 9.4.16 -Release: 4 +Release: 5 Summary: Java Webserver and Servlet Container License: ASL 2.0 or EPL-1.0 or EPL-2.0 URL: http://www.eclipse.org/jetty/ @@ -634,7 +634,7 @@ rm -r %{buildroot}%{homedir}/etc ln -s %{confdir} %{buildroot}%{homedir}/etc mv %{buildroot}%{homedir}/webapps %{buildroot}%{appdir} ln -s %{appdir} %{buildroot}%{homedir}/webapps -rm %{buildroot}%{homedir}/*.txt %{buildroot}%{homedir}/*.html +rm %{buildroot}%{homedir}/*.html ln -sf %{rundir} %{buildroot}%{homedir}/work cp -p %{SOURCE1} %{buildroot}%{homedir}/bin/jetty.sh @@ -796,6 +796,9 @@ exit 0 %license LICENSE NOTICE.txt LICENSE-MIT %changelog +* Mon Jan 29 2024 xu_ping <707078654@qq.com> - 9.4.16-5 +- Fix build failure due to upgrade jetty-artifact-remote-resources + * Tue Mar 14 2023 caodongxia - 9.4.16-4 - Fix self-compilation failure -- Gitee