From 447305b2369fc655c72559094f137101827cc47b Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Mon, 19 Aug 2024 20:12:58 +0200 Subject: [PATCH] Enable gating Resolves: RHEL-52115 --- gating.yaml | 6 ++++++ gawk.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4ca9235 --- /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} diff --git a/gawk.spec b/gawk.spec index 4a0be11..79f62ce 100644 --- a/gawk.spec +++ b/gawk.spec @@ -47,7 +47,7 @@ Name: gawk Summary: The GNU version of the AWK text processing utility Version: 5.3.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause @@ -295,6 +295,10 @@ install -m 0644 -p awklib/eg/data/* %{buildroot}%{_docdir}/%{name}/eg/data/ # ============================================================================= %changelog +* Mon Aug 19 2024 Jakub Martisko - 5.3.0-4 +- Rebuild with enabled gating +Resolves RHEL-52115 + * Mon Jun 24 2024 Troy Dawson - 5.3.0-4 - Bump release for June 2024 mass rebuild