Update buildjdkver to match the featurever
- Related: RHEL-30941
This commit is contained in:
parent
03b8ccac5f
commit
680894ef34
@ -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 @@ cjc.mainProgram(args)
|
||||
%changelog
|
||||
* Thu Mar 28 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.7-0.2.ea
|
||||
- Update to jdk-17.0.11+7 (EA)
|
||||
- Update buildjdkver to match the featurever
|
||||
- Related: RHEL-30941
|
||||
|
||||
* Thu Jan 11 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.10.0.7-1
|
||||
|
Loading…
Reference in New Issue
Block a user