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}