Blame SOURCES/0004-fix-dbus-firewall.conf-fix-check-for-AutomaticHelper.patch

66253d
From e4d104ed8546e457d223dc1472942427241f0e44 Mon Sep 17 00:00:00 2001
66253d
From: Eric Garver <eric@garver.life>
66253d
Date: Mon, 2 Dec 2019 08:47:47 -0500
66253d
Subject: [PATCH 04/37] fix: dbus/firewall.conf: fix check for AutomaticHelpers
66253d
66253d
If nft fib is not available the test was checking for "system", but it
66253d
always yields "no".
66253d
66253d
Fixes: 6cd756b15685 ("chore: deprecate AutomaticHelpers")
66253d
(cherry picked from commit 58c19a06e9b47bc16cc00d2b7d26d5fce6f91a7a)
66253d
(cherry picked from commit 3fbeb0d92fa632ecd7174afccd8e5cb71c9adaa6)
66253d
---
66253d
 src/tests/dbus/firewalld.conf.at | 2 +-
66253d
 1 file changed, 1 insertion(+), 1 deletion(-)
66253d
66253d
diff --git a/src/tests/dbus/firewalld.conf.at b/src/tests/dbus/firewalld.conf.at
66253d
index a26be3213d79..06f6df9bdd70 100644
66253d
--- a/src/tests/dbus/firewalld.conf.at
66253d
+++ b/src/tests/dbus/firewalld.conf.at
66253d
@@ -17,7 +17,7 @@ string "MinimalMark" : variant int32 100
66253d
 string "RFC3964_IPv4" : variant string "yes"
66253d
 ])], [
66253d
 DBUS_GETALL([config], [config], 0, [dnl
66253d
-string "AutomaticHelpers" : variant string "system"
66253d
+string "AutomaticHelpers" : variant string "no"
66253d
 string "CleanupOnExit" : variant string "no"
66253d
 string "DefaultZone" : variant string "public"
66253d
 string "FirewallBackend" : variant string "nftables"
66253d
-- 
66253d
2.23.0
66253d