From 2b30915e9c4bd34c2d63d78199037866863a5189 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 14 Nov 2024 20:50:14 +0100 Subject: [PATCH] nftables-1.1.1-2.el10 * Thu Nov 14 2024 Phil Sutter [1.1.1-2.el10] - Fix gating.yaml for internal CI (Phil Sutter) [RHEL-65346] Resolves: RHEL-65346 --- gating.yaml | 7 ++++--- nftables.spec | 5 ++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gating.yaml b/gating.yaml index e0a3a8f..615efe5 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,8 @@ +# Gating rhel --- !Policy product_versions: - - rhel-10 + - rhel-* decision_context: osci_compose_gate rules: -# - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-gating.functi +onal} diff --git a/nftables.spec b/nftables.spec index a7e8f43..7e3ecec 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,6 +1,6 @@ Name: nftables Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} # Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track. Epoch: 1 Summary: Netfilter Tables userspace utilities @@ -143,6 +143,9 @@ cd py/ %files -n python3-nftables -f %{pyproject_files} %changelog +* Thu Nov 14 2024 Phil Sutter [1.1.1-2.el10] +- Fix gating.yaml for internal CI (Phil Sutter) [RHEL-65346] + * Thu Nov 07 2024 Phil Sutter [1.1.1-1.el10] - monitor: Recognize flowtable add/del events (Phil Sutter) [RHEL-65346] - tests: py: Fix for storing payload into missing file (Phil Sutter) [RHEL-65346]