From e80f90f9e99875ef6c78d4d240dfa8d42a60c62a Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 21 May 2026 12:47:31 +0200 Subject: [PATCH] nftables-1.1.5-5.el10 * Thu May 21 2026 Phil Sutter [1.1.5-5.el10] - Bump revision to overcome pipeline issues (Phil Sutter) [RHEL-128553] Resolves: RHEL-128553 --- nftables.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nftables.spec b/nftables.spec index 5f1d892..5529ecb 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,6 +1,6 @@ Name: nftables Version: 1.1.5 -Release: 4%{?dist} +Release: 5%{?dist} # Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track. Epoch: 1 Summary: Netfilter Tables userspace utilities @@ -173,6 +173,9 @@ cd py/ %files -n python3-nftables -f %{pyproject_files} %changelog +* Thu May 21 2026 Phil Sutter [1.1.5-5.el10] +- Bump revision to overcome pipeline issues (Phil Sutter) [RHEL-128553] + * Tue Feb 24 2026 Phil Sutter [1.1.5-4.el10] - spec: Require libnftnl-1.3.0-3 for nftnl_{expr,set_elem}_set_imm() (Phil Sutter) [RHEL-128553] - tests: py: Adjust payloads to changed userdata printing (Phil Sutter) [RHEL-128553]