Updated to 13+33 sources
This commit is contained in:
parent
444e4c150c
commit
ff60a6acf5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/jdk-updates-jdk12u-jdk-12.0.1+12.tar.xz
|
/jdk-updates-jdk12u-jdk-12.0.1+12.tar.xz
|
||||||
/jdk-jdk13-jdk-13+27.tar.xz
|
/jdk-jdk13-jdk-13+27.tar.xz
|
||||||
/jdk-jdk13-jdk-13+28.tar.xz
|
/jdk-jdk13-jdk-13+28.tar.xz
|
||||||
|
/jdk-jdk13-jdk-13+33.tar.xz
|
||||||
|
@ -224,8 +224,8 @@
|
|||||||
%global origin_nice OpenJDK
|
%global origin_nice OpenJDK
|
||||||
%global top_level_dir_name %{origin}
|
%global top_level_dir_name %{origin}
|
||||||
%global minorver 0
|
%global minorver 0
|
||||||
%global buildver 28
|
%global buildver 33
|
||||||
%global rpmrelease 2
|
%global rpmrelease 1
|
||||||
# priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
# priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||||
%if %is_system_jdk
|
%if %is_system_jdk
|
||||||
%global priority %( printf '%02d%02d%02d%02d' %{majorver} %{minorver} %{securityver} %{buildver} )
|
%global priority %( printf '%02d%02d%02d%02d' %{majorver} %{minorver} %{securityver} %{buildver} )
|
||||||
@ -241,7 +241,7 @@
|
|||||||
# Release will be (where N is usually a number starting at 1):
|
# Release will be (where N is usually a number starting at 1):
|
||||||
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
||||||
# - N%%{?extraver}{?dist} for GA releases
|
# - N%%{?extraver}{?dist} for GA releases
|
||||||
%global is_ga 0
|
%global is_ga 1
|
||||||
%if %{is_ga}
|
%if %{is_ga}
|
||||||
%global ea_designator ""
|
%global ea_designator ""
|
||||||
%global ea_designator_zip ""
|
%global ea_designator_zip ""
|
||||||
@ -753,6 +753,10 @@ exit 0
|
|||||||
%{_mandir}/man1/jlink-%{uniquesuffix -- %{?1}}.1.gz
|
%{_mandir}/man1/jlink-%{uniquesuffix -- %{?1}}.1.gz
|
||||||
%{_mandir}/man1/jmod-%{uniquesuffix -- %{?1}}.1.gz
|
%{_mandir}/man1/jmod-%{uniquesuffix -- %{?1}}.1.gz
|
||||||
%{_mandir}/man1/jshell-%{uniquesuffix -- %{?1}}.1.gz
|
%{_mandir}/man1/jshell-%{uniquesuffix -- %{?1}}.1.gz
|
||||||
|
%{_mandir}/man1/jfr-%{uniquesuffix -- %{?1}}.1.gz
|
||||||
|
%ifarch %{aot_arches}
|
||||||
|
%{_mandir}/man1/jaotc-%{uniquesuffix -- %{?1}}.1.gz
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with_systemtap}
|
%if %{with_systemtap}
|
||||||
%dir %{tapsetroot}
|
%dir %{tapsetroot}
|
||||||
@ -1848,6 +1852,11 @@ require "copy_jdk_configs.lua"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 14 2019 Petra Alice Mikova <pmikova@redhat.com> - 1:13.0.0.33-1.rolling
|
||||||
|
- updated to 13+33 sources
|
||||||
|
- added two manpages to file listings (jfr, jaotc)
|
||||||
|
- set is_ga to 1 to match build from jdk.java.net
|
||||||
|
|
||||||
* Fri Jul 26 2019 Severin Gehwolf <sgehwolf@redhat.com> - 1:13.0.0.28-0.2.ea.rolling
|
* Fri Jul 26 2019 Severin Gehwolf <sgehwolf@redhat.com> - 1:13.0.0.28-0.2.ea.rolling
|
||||||
- Fix bootjdkver macro. It attempted to build with jdk 12, which is
|
- Fix bootjdkver macro. It attempted to build with jdk 12, which is
|
||||||
no longer available in rawhide (it's 13 instead).
|
no longer available in rawhide (it's 13 instead).
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (jdk-jdk13-jdk-13+28.tar.xz) = 4efc6dba5e9e8f4d75aaced5b187d2d9ba74c00f0c1bce7645fcce8a92f697cb5c8f33209d00901f446eaef1f0e34ee51f22b5203fc90deda89a21bcdc980897
|
SHA512 (jdk-jdk13-jdk-13+33.tar.xz) = a2d8f2d837c05e147a9d2e7afb90b3ab781760f287fe9d247f12927014524d7afc7a4654cb5432e34dbc55af387893175d04d36681b6d4f5441edff2660b4397
|
||||||
SHA512 (systemtap_3.2_tapsets_hg-icedtea8-9d464368e06d.tar.xz) = cf578221b77d8c7e019f69909bc86c419c5fb5e10bceba9592ff6e7f96887b0a7f07c9cefe90800975247a078785ca190fdec5c2d0f841bb447cee784b570f7d
|
SHA512 (systemtap_3.2_tapsets_hg-icedtea8-9d464368e06d.tar.xz) = cf578221b77d8c7e019f69909bc86c419c5fb5e10bceba9592ff6e7f96887b0a7f07c9cefe90800975247a078785ca190fdec5c2d0f841bb447cee784b570f7d
|
||||||
|
Loading…
Reference in New Issue
Block a user