diff -Nru firewalld-1.0.1/debian/changelog firewalld-1.0.1/debian/changelog --- firewalld-1.0.1/debian/changelog 2021-08-31 08:16:46.000000000 -0600 +++ firewalld-1.0.1/debian/changelog 2021-11-05 15:36:35.000000000 -0600 @@ -1,3 +1,10 @@ +firewalld (1.0.1-2ubuntu4) jammy; urgency=medium + + * Fix autopkgtest failure on test rhbz1773809.at (LP: #1945596) + - ensure the test devices are considered managed. + + -- Dan Bungert Fri, 05 Nov 2021 15:36:35 -0600 + firewalld (1.0.1-2ubuntu3) impish; urgency=medium * Merge from Debian unstable. Remaining changes: diff -Nru firewalld-1.0.1/debian/patches/Manage-the-test-device.patch firewalld-1.0.1/debian/patches/Manage-the-test-device.patch --- firewalld-1.0.1/debian/patches/Manage-the-test-device.patch 1969-12-31 17:00:00.000000000 -0700 +++ firewalld-1.0.1/debian/patches/Manage-the-test-device.patch 2021-11-05 15:36:35.000000000 -0600 @@ -0,0 +1,18 @@ +Description: Don't ignore dummy devices + Ensure the test devices are considered managed. +Author: Dan Bungert +Bug-Ubuntu: https://launchpad.net/bugs/1945596 +Forwarded: https://github.com/firewalld/firewalld/pull/880 +Last-Update: 2021-11-05 +--- a/src/tests/functions.at ++++ b/src/tests/functions.at +@@ -46,6 +46,9 @@ + [[logging]] + #level=DEBUG + #domains=ALL ++ ++[[keyfile]] ++unmanaged-devices=*,except:type:dummy,except:type:ovs-bridge,except:type:ovs-port,except:type:ovs-interface + ]) + + NM_ARGS="--no-daemon --config ./NetworkManager.conf" diff -Nru firewalld-1.0.1/debian/patches/series firewalld-1.0.1/debian/patches/series --- firewalld-1.0.1/debian/patches/series 2021-08-31 08:16:46.000000000 -0600 +++ firewalld-1.0.1/debian/patches/series 2021-11-05 15:00:16.000000000 -0600 @@ -2,3 +2,4 @@ Remove-etc-sysconfig-firewalld-support.patch Switch-to-python3.patch Disable-integration-rhbz1928860.at-test.patch +Manage-the-test-device.patch