From c027c4df92778e0ad50ffede687007a34283680decd10fe74e8dba00f7d3e981 Mon Sep 17 00:00:00 2001 From: Darin Perusich Date: Thu, 15 May 2014 15:36:43 +0000 Subject: [PATCH] Accepting request 234210 from home:deadpoint:branches:Java:packages disable bytecode check on sle_11 OBS-URL: https://build.opensuse.org/request/show/234210 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bouncycastle?expand=0&rev=15 --- bouncycastle.changes | 5 +++++ bouncycastle.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/bouncycastle.changes b/bouncycastle.changes index 11e8290..aaf9af0 100644 --- a/bouncycastle.changes +++ b/bouncycastle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 15 15:29:26 UTC 2014 - darin@darins.net + +- disable bytecode check on sle_11 + ------------------------------------------------------------------- Thu Nov 14 11:45:43 UTC 2013 - mvyskocil@suse.com diff --git a/bouncycastle.spec b/bouncycastle.spec index 7f5feda..d686728 100644 --- a/bouncycastle.spec +++ b/bouncycastle.spec @@ -1,7 +1,7 @@ # # spec file for package bouncycastle # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -92,6 +92,10 @@ pushd src popd %install +%if 0%{?suse_version} == 1110 +export NO_BRP_CHECK_BYTECODE_VERSION=true +%endif + install -dm 755 %{buildroot}%{_sysconfdir}/java/security/security.d touch %{buildroot}%{_sysconfdir}/java/security/security.d/2000-%{classname}