From bbc291748fc0fcc27be30dc02a1302c1b64ecb35 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Dec 12 2019 16:38:00 +0000 Subject: Switch to minimal build. There are too many missing deps for a full build --- diff --git a/jetty.spec b/jetty.spec index 06d90dd..7f6060a 100644 --- a/jetty.spec +++ b/jetty.spec @@ -46,11 +46,11 @@ # eclipse needs: util, server, http, continuation, io, security, servlet # thermostat needs: server, jaas, webapp # above modules need: jmx, xml -%bcond_with jp_minimal +%bcond_without jp_minimal Name: jetty Version: 9.4.24 -Release: 1%{addver}%{?dist} +Release: 2%{addver}%{?dist} Summary: Java Webserver and Servlet Container # Jetty is dual licensed under both ASL 2.0 and EPL 1.0, see NOTICE.txt @@ -969,6 +969,9 @@ exit 0 %license LICENSE NOTICE.txt LICENSE-MIT %changelog +* Thu Dec 12 2019 Mat Booth - 9.4.24-2.v20191120 +- Switch to minimal build. There are too many missing deps for a full build + * Thu Nov 28 2019 Mat Booth - 9.4.24-1.v20191120 - Update to latest release - Drop spring module due to missing deps