From 2575952df836fc65ff4c25fc635309d6c7b9355c Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Tue, 13 Jul 2021 17:42:35 +0200 Subject: [PATCH] Added gating.yaml Resolves: rhbz#1870625 --- gating.yaml | 7 +++++++ java-17-openjdk.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c7412f1 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +# recipients: java-qa +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 63bfeec..723883e 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -300,7 +300,7 @@ %global top_level_dir_name %{origin} %global top_level_dir_name_backup %{top_level_dir_name}-backup %global buildver 26 -%global rpmrelease 2 +%global rpmrelease 3 # 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 # Using 10 digits may overflow the int used for priority, so we combine the patch and build versions