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
This commit is contained in:
parent
9ed344b181
commit
c027c4df92
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user