From 2afff2a2bf24722cd44ba18c7a9a710f8d3b0b28 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Tue, 21 May 2024 14:40:39 -0400 Subject: [PATCH] Rebuild for new gating configuration Resolves: RHEL-37489 Signed-off-by: Bryan Gurney --- boom-boot.spec | 6 +++++- gating.yaml | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/boom-boot.spec b/boom-boot.spec index ef6ec2e..0d6e8fe 100644 --- a/boom-boot.spec +++ b/boom-boot.spec @@ -3,7 +3,7 @@ Name: boom-boot Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{summary} License: GPL-2.0-only @@ -140,6 +140,10 @@ rm doc/conf.py %changelog +* Tue May 21 2024 Bryan Gurney - 1.6.1-2 +- Rebuild for new gating configuration +- Resolves: RHEL-37489 + * Tue May 21 2024 Bryan Gurney - 1.6.1-1 - Update to release 1.6.1. diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..cdc133e --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}