!71 修复由于jetty-artifact-remote-resources升级导致的编译失败
From: @cherry530 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
9d354aa83e
@ -12,7 +12,7 @@
|
|||||||
%bcond_with jp_minimal
|
%bcond_with jp_minimal
|
||||||
Name: jetty
|
Name: jetty
|
||||||
Version: 9.4.16
|
Version: 9.4.16
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Java Webserver and Servlet Container
|
Summary: Java Webserver and Servlet Container
|
||||||
License: ASL 2.0 or EPL-1.0 or EPL-2.0
|
License: ASL 2.0 or EPL-1.0 or EPL-2.0
|
||||||
URL: http://www.eclipse.org/jetty/
|
URL: http://www.eclipse.org/jetty/
|
||||||
@ -634,7 +634,7 @@ rm -r %{buildroot}%{homedir}/etc
|
|||||||
ln -s %{confdir} %{buildroot}%{homedir}/etc
|
ln -s %{confdir} %{buildroot}%{homedir}/etc
|
||||||
mv %{buildroot}%{homedir}/webapps %{buildroot}%{appdir}
|
mv %{buildroot}%{homedir}/webapps %{buildroot}%{appdir}
|
||||||
ln -s %{appdir} %{buildroot}%{homedir}/webapps
|
ln -s %{appdir} %{buildroot}%{homedir}/webapps
|
||||||
rm %{buildroot}%{homedir}/*.txt %{buildroot}%{homedir}/*.html
|
rm %{buildroot}%{homedir}/*.html
|
||||||
ln -sf %{rundir} %{buildroot}%{homedir}/work
|
ln -sf %{rundir} %{buildroot}%{homedir}/work
|
||||||
cp -p %{SOURCE1} %{buildroot}%{homedir}/bin/jetty.sh
|
cp -p %{SOURCE1} %{buildroot}%{homedir}/bin/jetty.sh
|
||||||
|
|
||||||
@ -796,6 +796,9 @@ exit 0
|
|||||||
%license LICENSE NOTICE.txt LICENSE-MIT
|
%license LICENSE NOTICE.txt LICENSE-MIT
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 14 2023 caodongxia <caodongxia@h-partners.com> - 9.4.16-4
|
||||||
- Fix self-compilation failure
|
- Fix self-compilation failure
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user