diff --git a/openjdk-latest.spec b/openjdk-latest.spec index 1816c9f481db0ed06d3462ad5708cf446f80f977..c8a929f4254ff39a9ff2de47e56296ab3a72c1c4 100644 --- a/openjdk-latest.spec +++ b/openjdk-latest.spec @@ -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 - 1:17.0.2.9-1.rolling +- add openjdk-latest.yaml + * Fri Feb 11 2022 kuenking111 - 1:17.0.2.9-0.rolling - Update to jdk-17.0.2+9-ga diff --git a/openjdk-latest.yaml b/openjdk-latest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4752ae4c76ff844ffe0fcd6c4338d7099a04fbe3 --- /dev/null +++ b/openjdk-latest.yaml @@ -0,0 +1,5 @@ +--- +version_control: git +src_repo: https://github.com/openjdk/jdk17u +tag_prefix: jdk- +seperator: "."