Add gating.yaml from c9s

Related: RHEL-49565
This commit is contained in:
Christine Caulfield 2024-12-02 10:42:56 +00:00
parent c9da261551
commit 681679d1c9
2 changed files with 11 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -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 <ccaulfie@redhat.com> - 2.2.8-9
Add gating.yaml from c9s
Related: RHEL-49565
* Fri Nov 29 2024 Christine Caulfield <ccaulfie@redhat.com> - 2.2.8-8
- Fix name parsing for CVE-2024-41184
Resolves: RHEL-49565