From 4f9f767ed0e10b61d25994288667089c4fe9d052 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 15 Nov 2024 09:08:15 +0100 Subject: [PATCH] nftables-1.1.1-3.el10 * Fri Nov 15 2024 Phil Sutter [1.1.1-3.el10] - Fix for typo in gating.yaml (Phil Sutter) [RHEL-65346] Resolves: RHEL-65346 --- gating.yaml | 3 +-- nftables.spec | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index 615efe5..9773aea 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,5 +4,4 @@ product_versions: - rhel-* decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-gating.functi -onal} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-gating.functional} diff --git a/nftables.spec b/nftables.spec index 7e3ecec..027e153 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,6 +1,6 @@ Name: nftables Version: 1.1.1 -Release: 2%{?dist} +Release: 3%{?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 +* Fri Nov 15 2024 Phil Sutter [1.1.1-3.el10] +- Fix for typo in gating.yaml (Phil Sutter) [RHEL-65346] + * Thu Nov 14 2024 Phil Sutter [1.1.1-2.el10] - Fix gating.yaml for internal CI (Phil Sutter) [RHEL-65346]