Moved vendor_version_string to better place
This commit is contained in:
parent
c0a480ee63
commit
b0b5128294
@ -202,15 +202,16 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# New Version-String scheme-style defines
|
# New Version-String scheme-style defines
|
||||||
|
# If you bump majorver, you must bump also vendor_version_string
|
||||||
%global majorver 11
|
%global majorver 11
|
||||||
|
# Used via new version scheme. JDK 11 was
|
||||||
|
# GA'ed in September 2018 => 18.9
|
||||||
|
%global vendor_version_string 18.9
|
||||||
%global securityver 8
|
%global securityver 8
|
||||||
# buildjdkver is usually same as %%{majorver},
|
# buildjdkver is usually same as %%{majorver},
|
||||||
# but in time of bootstrap of next jdk, it is majorver-1,
|
# but in time of bootstrap of next jdk, it is majorver-1,
|
||||||
# and this it is better to change it here, on single place
|
# and this it is better to change it here, on single place
|
||||||
%global buildjdkver %{majorver}
|
%global buildjdkver %{majorver}
|
||||||
# Used via new version scheme. JDK 11 was
|
|
||||||
# GA'ed in September 2018 => 18.9
|
|
||||||
%global vendor_version_string 18.9
|
|
||||||
# Add LTS designator for RHEL builds
|
# Add LTS designator for RHEL builds
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%global lts_designator "LTS"
|
%global lts_designator "LTS"
|
||||||
|
Loading…
Reference in New Issue
Block a user