From d409fe03c2d1ce32472d24aaca462f6da91923420a12a780e46637188423220e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 19 May 2017 11:13:45 +0000 Subject: [PATCH] Accepting request 496612 from home:pcervinka:branches:Java:packages - New build dependency: javapackages-local - Fixed requires - Spec file cleaned OBS-URL: https://build.opensuse.org/request/show/496612 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bouncycastle?expand=0&rev=30 --- bouncycastle.changes | 7 +++++++ bouncycastle.spec | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bouncycastle.changes b/bouncycastle.changes index 3db0102..caa09e7 100644 --- a/bouncycastle.changes +++ b/bouncycastle.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 19 10:17:53 UTC 2017 - pcervinka@suse.com + +- New build dependency: javapackages-local +- Fixed requires +- Spec file cleaned + ------------------------------------------------------------------- Sat Feb 20 08:34:39 UTC 2016 - tchvatal@suse.com diff --git a/bouncycastle.spec b/bouncycastle.spec index 5f1b141..8f94a25 100644 --- a/bouncycastle.spec +++ b/bouncycastle.spec @@ -1,7 +1,7 @@ # # spec file for package bouncycastle # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,14 +30,13 @@ Url: http://www.bouncycastle.org/ Source0: http://www.bouncycastle.org/download/bcprov-%{archivever}.tar.gz Source1: http://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/%{ver}/bcprov-jdk15on-%{ver}.pom BuildRequires: java-devel +BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: junit #FIXME: this is needed for initialize of NSS crypto backend, will be required (not required(post) by openjdk) BuildRequires: mozilla-nss BuildRequires: unzip Requires: java -Requires(post): javapackages-tools -Requires(postun): javapackages-tools Provides: bcprov = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch