arch64 updated to u60-b24 with hope to fix rhbz1249037
This commit is contained in:
parent
267064e854
commit
651ca6e155
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
|||||||
/jdk8u-jdk8u60-b16.tar.xz
|
/jdk8u-jdk8u60-b16.tar.xz
|
||||||
/jdk8u-aarch64-jdk8u51-b16.tar.xz
|
/jdk8u-aarch64-jdk8u51-b16.tar.xz
|
||||||
/jdk8u-jdk8u60-b24.tar.xz
|
/jdk8u-jdk8u60-b24.tar.xz
|
||||||
|
/jdk8u-arch64-jdk8u60-b24.tar.xz
|
||||||
|
@ -118,9 +118,9 @@
|
|||||||
%global origin openjdk
|
%global origin openjdk
|
||||||
%global updatever 60
|
%global updatever 60
|
||||||
%global buildver b24
|
%global buildver b24
|
||||||
%global aarch64_updatever 51
|
%global aarch64_updatever 60
|
||||||
%global aarch64_buildver b16
|
%global aarch64_buildver b24
|
||||||
%global aarch64_changesetid aarch64-jdk8u51-b16
|
%global aarch64_changesetid arch64-jdk8u%{aarch64_updatever}-%{aarch64_buildver}
|
||||||
# priority must be 7 digits in total
|
# priority must be 7 digits in total
|
||||||
%global priority 18000%{updatever}
|
%global priority 18000%{updatever}
|
||||||
%global javaver 1.8.0
|
%global javaver 1.8.0
|
||||||
@ -661,7 +661,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1
|
|||||||
|
|
||||||
Name: java-%{javaver}-%{origin}
|
Name: java-%{javaver}-%{origin}
|
||||||
Version: %{javaver}.%{updatever}
|
Version: %{javaver}.%{updatever}
|
||||||
Release: 9.%{buildver}%{?dist}
|
Release: 10.%{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
|
||||||
@ -1738,6 +1738,9 @@ end
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 04 2015 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.60-10.b24
|
||||||
|
- arch64 updated to u60-b24 with hope to fix rhbz1249037
|
||||||
|
|
||||||
* Fri Jul 17 2015 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.60-3.b24
|
* Fri Jul 17 2015 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.60-3.b24
|
||||||
- added one more md5sum test (thanx to Severin!)
|
- added one more md5sum test (thanx to Severin!)
|
||||||
- I guess one more missing
|
- I guess one more missing
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
94ca5a45c3cb3b85c4577d0891166007 systemtap-tapset.tar.gz
|
||||||
fbfc2b2a5a3bfda9851dd355388a8dd0 jdk8u-aarch64-jdk8u51-b16.tar.xz
|
d34133825257f3eb4d5eb9b66da60c2e jdk8u-arch64-jdk8u60-b24.tar.xz
|
||||||
280ff4b4a324cea18d0670d66a32f9b8 jdk8u-jdk8u60-b24.tar.xz
|
280ff4b4a324cea18d0670d66a32f9b8 jdk8u-jdk8u60-b24.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user