From 21464310539369e34636896416dfa39a7864c2494219304f750a64e866b8b1dd Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 17 Mar 2022 10:57:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/jetty-minimal?expand=0&rev=43 --- jetty-minimal.changes | 6 ++++++ jetty-minimal.spec | 5 ++++- jetty-unixsocket.spec | 2 +- jetty-websocket.spec | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/jetty-minimal.changes b/jetty-minimal.changes index 37f5073..c1bccfa 100644 --- a/jetty-minimal.changes +++ b/jetty-minimal.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 17 10:55:57 UTC 2022 - Fridrich Strba + +- Add dependency on activation-api for building on distributions + where JDK does not have the JavaEE modules + ------------------------------------------------------------------- Tue Oct 19 07:13:12 UTC 2021 - Fridrich Strba diff --git a/jetty-minimal.spec b/jetty-minimal.spec index 07f4ab9..46b14fe 100644 --- a/jetty-minimal.spec +++ b/jetty-minimal.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2000-2007, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -46,6 +46,9 @@ BuildRequires: mvn(org.ow2.asm:asm) BuildRequires: mvn(org.ow2.asm:asm-commons) BuildRequires: mvn(org.slf4j:slf4j-api) BuildArch: noarch +%if 0%{?suse_version} > 1500 +BuildRequires: mvn(javax.activation:activation) +%endif %description diff --git a/jetty-unixsocket.spec b/jetty-unixsocket.spec index 15a793e..9cfb7ed 100644 --- a/jetty-unixsocket.spec +++ b/jetty-unixsocket.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2000-2007, JPackage Project # # All modifications and additions to the file contributed by third parties diff --git a/jetty-websocket.spec b/jetty-websocket.spec index 5c48288..6cd6b08 100644 --- a/jetty-websocket.spec +++ b/jetty-websocket.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2000-2007, JPackage Project # # All modifications and additions to the file contributed by third parties