forked from pool/java-1_8_0-openjdk
This commit is contained in:
parent
66b054abbd
commit
d4342f531d
@ -1,7 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 1 08:41:19 UTC 2017 - fstrba@suse.com
|
||||||
|
|
||||||
|
- Fix build of Sun Elliptical Curves Crypto provider on Tumbleweed.
|
||||||
|
Fixes bsc#1026102.
|
||||||
|
- Clean the mozilla-nss requires and move them into the headless
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 21 07:18:27 UTC 2017 - asn@cryptomilk.org
|
Tue Feb 21 07:18:27 UTC 2017 - asn@cryptomilk.org
|
||||||
|
|
||||||
- Add a test to check that ECC is working
|
- Add a test to check that ECC is working
|
||||||
|
* new file TestECDSA.java
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 1 12:54:10 UTC 2017 - fstrba@suse.com
|
Wed Feb 1 12:54:10 UTC 2017 - fstrba@suse.com
|
||||||
|
@ -232,12 +232,6 @@ BuildRequires: zip
|
|||||||
# Requires rest of java
|
# Requires rest of java
|
||||||
Requires: %{name}-headless = %{version}-%{release}
|
Requires: %{name}-headless = %{version}-%{release}
|
||||||
Requires: fontconfig
|
Requires: fontconfig
|
||||||
# mozilla-nss has to be installed to prevent
|
|
||||||
# java.security.ProviderException: Could not initialize NSS
|
|
||||||
# ...
|
|
||||||
# java.io.FileNotFoundException: /usr/lib64/libnss3.so
|
|
||||||
#was bnc#634793
|
|
||||||
Requires: mozilla-nss
|
|
||||||
# Standard JPackage base provides.
|
# Standard JPackage base provides.
|
||||||
Provides: java = %{javaver}
|
Provides: java = %{javaver}
|
||||||
Provides: java-%{javaver} = %{version}-%{release}
|
Provides: java-%{javaver} = %{version}-%{release}
|
||||||
@ -319,7 +313,6 @@ Summary: OpenJDK 8 Runtime Environment
|
|||||||
# Require jpackage-utils for ownership of /usr/lib/jvm/
|
# Require jpackage-utils for ownership of /usr/lib/jvm/
|
||||||
Group: Development/Languages/Java
|
Group: Development/Languages/Java
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
%requires_eq mozilla-nss
|
|
||||||
# Post requires update-alternatives to install tool update-alternatives.
|
# Post requires update-alternatives to install tool update-alternatives.
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
# Postun requires update-alternatives to uninstall tool update-alternatives.
|
# Postun requires update-alternatives to uninstall tool update-alternatives.
|
||||||
@ -343,6 +336,19 @@ Provides: jndi-dns = %{version}
|
|||||||
Provides: jndi-ldap = %{version}
|
Provides: jndi-ldap = %{version}
|
||||||
Provides: jndi-rmi = %{version}
|
Provides: jndi-rmi = %{version}
|
||||||
Provides: jsse = %{version}
|
Provides: jsse = %{version}
|
||||||
|
# mozilla-nss has to be installed to prevent
|
||||||
|
# java.security.ProviderException: Could not initialize NSS
|
||||||
|
# ...
|
||||||
|
# java.io.FileNotFoundException: /usr/lib64/libnss3.so
|
||||||
|
#was bnc#634793
|
||||||
|
%if %{with sunec}
|
||||||
|
# The SunEC built against system NSS uses private APIs that
|
||||||
|
# change from time to time. Require thus the version we built
|
||||||
|
# against.
|
||||||
|
%requires_eq mozilla-nss
|
||||||
|
%else
|
||||||
|
Requires: mozilla-nss
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
# Require zoneinfo data in java8+ format provided by tzdata-java8 subpackage.
|
# Require zoneinfo data in java8+ format provided by tzdata-java8 subpackage.
|
||||||
Requires(post): tzdata-java8
|
Requires(post): tzdata-java8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user