Compare commits
25 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
a66414d84f | ||
|
e9c14f7d94 | ||
|
75cb213415 | ||
|
0d22f72ea5 | ||
|
3e4ef30247 | ||
|
b9e3f7e6c2 | ||
|
6648204e3a | ||
|
9cf597b48a | ||
|
b32ec8553d | ||
|
467e432e1d | ||
|
d7e735705c | ||
|
7945966e03 | ||
|
0129f5e6dc | ||
|
9e39339c26 | ||
|
e4c558138f | ||
|
bcfcadb497 | ||
|
f937eae3e3 | ||
|
9954ce23d4 | ||
|
b6d5401e2b | ||
|
963d225681 | ||
|
13e6aabfbd | ||
|
a4dbc3817c | ||
|
a5cdbade9c | ||
|
9c91c5b28a | ||
|
609807750f |
@ -338,7 +338,7 @@
|
|||||||
# buildjdkver is usually same as %%{featurever},
|
# buildjdkver is usually same as %%{featurever},
|
||||||
# but in time of bootstrap of next jdk, it is featurever-1,
|
# but in time of bootstrap of next jdk, it is featurever-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 22
|
%global buildjdkver 21
|
||||||
# We don't add any LTS designator for STS packages (Fedora and EPEL).
|
# 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.
|
# We need to explicitly exclude EPEL as it would have the %%{rhel} macro defined.
|
||||||
%if 0%{?rhel} && !0%{?epel}
|
%if 0%{?rhel} && !0%{?epel}
|
||||||
@ -398,7 +398,7 @@
|
|||||||
%global top_level_dir_name %{vcstag}
|
%global top_level_dir_name %{vcstag}
|
||||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||||
%global buildver 36
|
%global buildver 36
|
||||||
%global rpmrelease 2
|
%global rpmrelease 1
|
||||||
#%%global tagsuffix %%{nil}
|
#%%global tagsuffix %%{nil}
|
||||||
# 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
|
||||||
@ -1780,9 +1780,6 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 16 2024 Jiri Vanek <jvanek@redhat.com> - 1:22.0.0.0.36-2.rolling
|
|
||||||
- bumped build jdk to 22
|
|
||||||
|
|
||||||
* Fri Feb 16 2024 Jiri Vanek <jvanek@redhat.com> - 1:22.0.0.0.36-1.rolling
|
* Fri Feb 16 2024 Jiri Vanek <jvanek@redhat.com> - 1:22.0.0.0.36-1.rolling
|
||||||
- updated to 22+36
|
- updated to 22+36
|
||||||
- tmp comment out of ea exit 17
|
- tmp comment out of ea exit 17
|
||||||
|
Loading…
Reference in New Issue
Block a user