Update buildjdkver to match the featurever
- Related: RHEL-27133
This commit is contained in:
parent
58c49c714d
commit
50e548f73d
@ -327,7 +327,7 @@
|
||||
# buildjdkver is usually same as %%{featurever},
|
||||
# but in time of bootstrap of next jdk, it is featurever-1,
|
||||
# and this it is better to change it here, on single place
|
||||
%global buildjdkver 17
|
||||
%global buildjdkver %{featurever}
|
||||
# We don't add any LTS designator for STS packages (Fedora and EPEL).
|
||||
# We need to explicitly exclude EPEL as it would have the %%{rhel} macro defined.
|
||||
%if 0%{?rhel} && !0%{?epel}
|
||||
@ -2476,6 +2476,7 @@ require "copy_jdk_configs.lua"
|
||||
* Thu Mar 14 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.6-0.2.ea
|
||||
- Update to jdk-17.0.11+6 (EA)
|
||||
- Sync java-17-openjdk-portable.specfile
|
||||
- Update buildjdkver to match the featurever
|
||||
- Related: RHEL-27133
|
||||
|
||||
* Thu Jan 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.10.0.7-2
|
||||
|
Loading…
Reference in New Issue
Block a user