From 63367728e5550d1ceb6f4354892c584717ae4ecb03f9f2288557fbb2d23a9d53 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 17 Mar 2022 03:36:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/bouncycastle?expand=0&rev=71 --- bouncycastle.changes | 6 ++++++ bouncycastle.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/bouncycastle.changes b/bouncycastle.changes index 8a2aef1..8b17391 100644 --- a/bouncycastle.changes +++ b/bouncycastle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 17 03:36:32 UTC 2022 - Fridrich Strba + +- Add jaf dependency so that we can build with JDK that does not + contain the JavaEE modules + ------------------------------------------------------------------- Tue Jul 27 16:03:32 UTC 2021 - Fridrich Strba diff --git a/bouncycastle.spec b/bouncycastle.spec index 059351f..1eecca8 100644 --- a/bouncycastle.spec +++ b/bouncycastle.spec @@ -1,7 +1,7 @@ # # spec file for package bouncycastle # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,6 +41,7 @@ Patch1: bouncycastle-osgi.patch BuildRequires: ant BuildRequires: ant-junit BuildRequires: fdupes +BuildRequires: jaf BuildRequires: javamail BuildRequires: javapackages-local Requires(post): javapackages-tools @@ -125,7 +126,7 @@ ant -f ant/jdk15+.xml \ -Dbc.javac.source=6 -Dbc.javac.target=6 \ -Djunit.jar.home=$(build-classpath junit) \ -Dmail.jar.home=$(build-classpath javax.mail) \ - -Dactivation.jar.home= \ + -Dactivation.jar.home=$(build-classpath jaf/javax.activation-api) \ -Drelease.debug=true \ clean build-provider build