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