This commit is contained in:
parent
f0f70bf703
commit
0ee1c6d504
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 23 08:48:34 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Fix build with bouncycastle 1.71 and the new bcutil artifact
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 18:54:45 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -33,6 +33,7 @@ BuildRequires: apache-commons-logging
|
||||
BuildRequires: bouncycastle
|
||||
BuildRequires: bouncycastle-mail
|
||||
BuildRequires: bouncycastle-pkix
|
||||
BuildRequires: bouncycastle-util
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local
|
||||
@ -66,7 +67,7 @@ find -name '*.jar' -delete
|
||||
|
||||
%build
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib bcmail bcpkix bcprov commons-logging
|
||||
build-jar-repository -s lib bcmail bcpkix bcprov bcutil commons-logging
|
||||
%ant -Dtest.skip=true package javadoc
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user