diff --git a/jetty.spec b/jetty.spec index 5b42e2708facc2253442dc79a8b147fe72015554..93a197a588074e989abde97c5bf874424fbfd51a 100644 --- a/jetty.spec +++ b/jetty.spec @@ -9,10 +9,10 @@ %global jettylibdir %{_localstatedir}/lib/%{name} %global appdir %{jettylibdir}/webapps %global addver .v20190215 -%bcond_with jp_minimal +%bcond_without jp_minimal Name: jetty Version: 9.4.15 -Release: 1 +Release: 2 Summary: Java Webserver and Servlet Container License: ASL 2.0 or EPL-1.0 URL: http://www.eclipse.org/jetty/ @@ -774,5 +774,8 @@ exit 0 %license LICENSE NOTICE.txt LICENSE-MIT %changelog +* Fri Sep 4 2020 huanghaitao - 9.4.15-2 +- endable jpmini + * Wed Aug 26 2020 huanghaitao - 9.4.15-1 - package init