From 681679d1c900160911040b2816494a7dd6410f09 Mon Sep 17 00:00:00 2001 From: Christine Caulfield Date: Mon, 2 Dec 2024 10:42:56 +0000 Subject: [PATCH] Add gating.yaml from c9s Related: RHEL-49565 --- gating.yaml | 6 ++++++ keepalived.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..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/keepalived.spec b/keepalived.spec index f1e794d..80e59d4 100644 --- a/keepalived.spec +++ b/keepalived.spec @@ -11,7 +11,7 @@ Name: keepalived Summary: High Availability monitor built upon LVS, VRRP and service pollers Version: 2.2.8 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL-2.0-or-later URL: http://www.keepalived.org/ @@ -114,6 +114,10 @@ mkdir -p %{buildroot}%{_libexecdir}/keepalived %{_mandir}/man8/keepalived.8* %changelog +* Mon Dec 2 2024 Christine Caulfield - 2.2.8-9 + Add gating.yaml from c9s + Related: RHEL-49565 + * Fri Nov 29 2024 Christine Caulfield - 2.2.8-8 - Fix name parsing for CVE-2024-41184 Resolves: RHEL-49565