nftables-1.1.1-2.el10

* Thu Nov 14 2024 Phil Sutter <psutter@redhat.com> [1.1.1-2.el10]
- Fix gating.yaml for internal CI (Phil Sutter) [RHEL-65346]
Resolves: RHEL-65346
This commit is contained in:
Phil Sutter 2024-11-14 20:50:14 +01:00
parent d9f08f29ae
commit 2b30915e9c
2 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,8 @@
# Gating rhel
--- !Policy --- !Policy
product_versions: product_versions:
- rhel-10 - rhel-*
decision_context: osci_compose_gate decision_context: osci_compose_gate
rules: rules:
# - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-gating.functi
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} onal}

View File

@ -1,6 +1,6 @@
Name: nftables Name: nftables
Version: 1.1.1 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. # Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track.
Epoch: 1 Epoch: 1
Summary: Netfilter Tables userspace utilities Summary: Netfilter Tables userspace utilities
@ -143,6 +143,9 @@ cd py/
%files -n python3-nftables -f %{pyproject_files} %files -n python3-nftables -f %{pyproject_files}
%changelog %changelog
* Thu Nov 14 2024 Phil Sutter <psutter@redhat.com> [1.1.1-2.el10]
- Fix gating.yaml for internal CI (Phil Sutter) [RHEL-65346]
* Thu Nov 07 2024 Phil Sutter <psutter@redhat.com> [1.1.1-1.el10] * Thu Nov 07 2024 Phil Sutter <psutter@redhat.com> [1.1.1-1.el10]
- monitor: Recognize flowtable add/del events (Phil Sutter) [RHEL-65346] - monitor: Recognize flowtable add/del events (Phil Sutter) [RHEL-65346]
- tests: py: Fix for storing payload into missing file (Phil Sutter) [RHEL-65346] - tests: py: Fix for storing payload into missing file (Phil Sutter) [RHEL-65346]