From 424a73187667370c858c98794a67961118b32052b769d574148fc48495f3ab1a Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 13 Feb 2023 14:34:18 +0000 Subject: [PATCH] Accepting request 1065525 from home:dspinella:branches:security:netfilter - Use nftables backend by default when nftables is installed, bsc#1206383 OBS-URL: https://build.opensuse.org/request/show/1065525 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=157 --- iptables.changes | 5 +++++ iptables.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/iptables.changes b/iptables.changes index 0d15c4c..9f4538c 100644 --- a/iptables.changes +++ b/iptables.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 13 14:29:48 UTC 2023 - Danilo Spinella + +- Use nftables backend by default when nftables is installed, bsc#1206383 + ------------------------------------------------------------------- Thu Jan 12 22:58:50 UTC 2023 - Jan Engelhardt diff --git a/iptables.spec b/iptables.spec index 813d6a8..012b16a 100644 --- a/iptables.spec +++ b/iptables.spec @@ -50,6 +50,7 @@ BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0 BuildRequires: pkgconfig(libnftnl) >= 1.1.6 Requires: netcfg >= 11.6 Requires: xtables-plugins = %version-%release +Requires: (iptables-backend-nft if nftables) %if %{with libalternatives} Requires: alts BuildRequires: alts