I1PHZA: add openjdk-11.yaml
This commit is contained in:
parent
2ed7fc5b58
commit
72d4f9b697
@ -176,7 +176,7 @@
|
||||
%global top_level_dir_name %{origin}
|
||||
%global minorver 0
|
||||
%global buildver 9
|
||||
%global rpmrelease 0
|
||||
%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
|
||||
%if %is_system_jdk
|
||||
%global priority %( printf '%02d%02d%02d%02d' %{majorver} %{minorver} %{securityver} %{buildver} )
|
||||
@ -1744,6 +1744,9 @@ cjc.mainProgram(arg)
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 29 2022 eapen <zhangyipeng7@huawei.com> - 1:17.0.2.9-1.rolling
|
||||
- add openjdk-latest.yaml
|
||||
|
||||
* Fri Feb 11 2022 kuenking111 <wangkun49@huawei.com> - 1:17.0.2.9-0.rolling
|
||||
- Update to jdk-17.0.2+9-ga
|
||||
|
||||
|
||||
5
openjdk-latest.yaml
Normal file
5
openjdk-latest.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
version_control: git
|
||||
src_repo: https://github.com/openjdk/jdk17u
|
||||
tag_prefix: jdk-
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user