disable jp_minimal

This commit is contained in:
chengzihan2 2020-09-12 00:37:47 +08:00
parent c92b210d75
commit a2e7308132
2 changed files with 5 additions and 2 deletions

BIN
.jetty.spec.swp Normal file

Binary file not shown.

View File

@ -9,10 +9,10 @@
%global jettylibdir %{_localstatedir}/lib/%{name} %global jettylibdir %{_localstatedir}/lib/%{name}
%global appdir %{jettylibdir}/webapps %global appdir %{jettylibdir}/webapps
%global addver .v20190215 %global addver .v20190215
%bcond_without jp_minimal %bcond_with jp_minimal
Name: jetty Name: jetty
Version: 9.4.15 Version: 9.4.15
Release: 2 Release: 3
Summary: Java Webserver and Servlet Container Summary: Java Webserver and Servlet Container
License: ASL 2.0 or EPL-1.0 License: ASL 2.0 or EPL-1.0
URL: http://www.eclipse.org/jetty/ URL: http://www.eclipse.org/jetty/
@ -774,6 +774,9 @@ exit 0
%license LICENSE NOTICE.txt LICENSE-MIT %license LICENSE NOTICE.txt LICENSE-MIT
%changelog %changelog
* Fri Sep 12 2020 chengzihan2 <chengzihan2@huawei.com> - 9.4.15-3
- disable jp_minimal
* Fri Sep 4 2020 huanghaitao <huanghaitao8@huawei.com> - 9.4.15-2 * Fri Sep 4 2020 huanghaitao <huanghaitao8@huawei.com> - 9.4.15-2
- endable jpmini - endable jpmini