updated to 8u45-b14 with hope to fix rhbz#1123870
This commit is contained in:
parent
43fd471c42
commit
1d4d7113c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/jdk8u-jdk8u31-b13.tar.xz
|
/jdk8u-jdk8u31-b13.tar.xz
|
||||||
/jdk8-jdk8u45-b13-aarch64-jdk8u45-b13.tar.xz
|
/jdk8-jdk8u45-b13-aarch64-jdk8u45-b13.tar.xz
|
||||||
/jdk8u45-jdk8u45-b13.tar.xz
|
/jdk8u45-jdk8u45-b13.tar.xz
|
||||||
|
/jdk8u45-jdk8u45-b14.tar.xz
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
# Standard JPackage naming and versioning defines.
|
# Standard JPackage naming and versioning defines.
|
||||||
%global origin openjdk
|
%global origin openjdk
|
||||||
%global updatever 45
|
%global updatever 45
|
||||||
%global buildver b13
|
%global buildver b14
|
||||||
%global aarch64_updatever 45
|
%global aarch64_updatever 45
|
||||||
%global aarch64_buildver b13
|
%global aarch64_buildver b13
|
||||||
%global aarch64_changesetid aarch64-jdk8u45-b13
|
%global aarch64_changesetid aarch64-jdk8u45-b13
|
||||||
@ -548,7 +548,7 @@ Requires: ca-certificates
|
|||||||
# Require jpackage-utils for ownership of /usr/lib/jvm/
|
# Require jpackage-utils for ownership of /usr/lib/jvm/
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
# Require zoneinfo data provided by tzdata-java subpackage.
|
# Require zoneinfo data provided by tzdata-java subpackage.
|
||||||
Requires: tzdata-java >= 2015d-2
|
Requires: tzdata-java >= 2015d
|
||||||
# Post requires alternatives to install tool alternatives.
|
# Post requires alternatives to install tool alternatives.
|
||||||
Requires(post): %{_sbindir}/alternatives
|
Requires(post): %{_sbindir}/alternatives
|
||||||
# Postun requires alternatives to uninstall tool alternatives.
|
# Postun requires alternatives to uninstall tool alternatives.
|
||||||
@ -641,7 +641,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1
|
|||||||
|
|
||||||
Name: java-%{javaver}-%{origin}
|
Name: java-%{javaver}-%{origin}
|
||||||
Version: %{javaver}.%{updatever}
|
Version: %{javaver}.%{updatever}
|
||||||
Release: 37.%{buildver}%{?dist}
|
Release: 38.%{buildver}%{?dist}
|
||||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
|
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
|
||||||
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
||||||
# also included the epoch in their virtual provides. This created a
|
# also included the epoch in their virtual provides. This created a
|
||||||
@ -781,7 +781,7 @@ BuildRequires: java-1.8.0-openjdk-devel
|
|||||||
%ifnarch %{jit_arches}
|
%ifnarch %{jit_arches}
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: tzdata-java >= 2015d-2
|
BuildRequires: tzdata-java >= 2015d
|
||||||
|
|
||||||
# cacerts build requirement.
|
# cacerts build requirement.
|
||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
@ -1724,6 +1724,9 @@ end
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 13 2015 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.45-38.b14
|
||||||
|
- updated to 8u45-b14 with hope to fix rhbz#1123870
|
||||||
|
|
||||||
* Wed May 13 2015 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.45-37.b13
|
* Wed May 13 2015 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.45-37.b13
|
||||||
- added runtime requires for tzdata
|
- added runtime requires for tzdata
|
||||||
- Remove reference to tz.properties which is no longer used (by gnu.andrew)
|
- Remove reference to tz.properties which is no longer used (by gnu.andrew)
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
||||||
753feced879e36b1250fb37aa45cea75 jdk8-jdk8u45-b13-aarch64-jdk8u45-b13.tar.xz
|
753feced879e36b1250fb37aa45cea75 jdk8-jdk8u45-b13-aarch64-jdk8u45-b13.tar.xz
|
||||||
44789f3467fc8df3c82946dd0db097a6 jdk8u45-jdk8u45-b13.tar.xz
|
7e90698699505d3879401534bc544395 jdk8u45-jdk8u45-b14.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user