!71 修复由于jetty-artifact-remote-resources升级导致的编译失败

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-01-29 03:14:36 +00:00 committed by Gitee
commit 9d354aa83e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <caodongxia@h-partners.com> - 9.4.16-4
- Fix self-compilation failure