!74 [sync] PR-71: fix build error
From: @openeuler-sync-bot Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
8ae747e157
@ -13,7 +13,7 @@
|
|||||||
Name: tomcat
|
Name: tomcat
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: %{major_version}.%{minor_version}.%{micro_version}
|
Version: %{major_version}.%{minor_version}.%{micro_version}
|
||||||
Release: 26
|
Release: 27
|
||||||
Summary: Implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies
|
Summary: Implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://tomcat.apache.org/
|
URL: http://tomcat.apache.org/
|
||||||
@ -187,7 +187,7 @@ export OPT_JAR_LIST="xalan-j2-serializer"
|
|||||||
-Dcommons-collections.jar="$(build-classpath apache-commons-collections)" \
|
-Dcommons-collections.jar="$(build-classpath apache-commons-collections)" \
|
||||||
-Dcommons-daemon.jar="$(build-classpath apache-commons-daemon)" \
|
-Dcommons-daemon.jar="$(build-classpath apache-commons-daemon)" \
|
||||||
-Dcommons-daemon.native.src.tgz="HACK" \
|
-Dcommons-daemon.native.src.tgz="HACK" \
|
||||||
-Djdt.jar="$(build-classpath ecj)" \
|
-Djdt.jar="$(build-classpath ecj/ecj)" \
|
||||||
-Dtomcat-native.tar.gz="HACK" \
|
-Dtomcat-native.tar.gz="HACK" \
|
||||||
-Dtomcat-native.home="." \
|
-Dtomcat-native.home="." \
|
||||||
-Dcommons-daemon.native.win.mgr.exe="HACK" \
|
-Dcommons-daemon.native.win.mgr.exe="HACK" \
|
||||||
@ -502,6 +502,9 @@ fi
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 24 2022 chenchen <chen_aka_jan@163.com> - 1:9.0.10-27
|
||||||
|
- fix build error
|
||||||
|
|
||||||
* Mon Apr 25 2022 wangkai <wangkai@h-partners.com - 1:9.0.10-26
|
* Mon Apr 25 2022 wangkai <wangkai@h-partners.com - 1:9.0.10-26
|
||||||
- Refix CVE-2021-41079
|
- Refix CVE-2021-41079
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user