diff --git a/bouncycastle.changes b/bouncycastle.changes index 8b17391..8f8deb7 100644 --- a/bouncycastle.changes +++ b/bouncycastle.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- 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 +- Add glassfish-activation-api 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 434d01b..6c735eb 100644 --- a/bouncycastle.spec +++ b/bouncycastle.spec @@ -48,7 +48,7 @@ Requires(postun):javapackages-tools Provides: bcprov = %{version}-%{release} BuildArch: noarch %if 0%{?suse_version} > 1500 -BuildRequires: jaf +BuildRequires: glassfish-activation-api %endif %description @@ -129,7 +129,7 @@ ant -f ant/jdk15+.xml \ -Djunit.jar.home=$(build-classpath junit) \ -Dmail.jar.home=$(build-classpath javax.mail) \ %if 0%{?suse_version} > 1500 - -Dactivation.jar.home=$(build-classpath jaf/javax.activation-api) \ + -Dactivation.jar.home=$(build-classpath glassfish-activation-api) \ %else -Dactivation.jar.home= \ %endif