diff -Nru fwupd-1.7.5/debian/changelog fwupd-1.7.5/debian/changelog --- fwupd-1.7.5/debian/changelog 2022-02-18 17:50:37.000000000 +0000 +++ fwupd-1.7.5/debian/changelog 2022-02-19 13:21:22.000000000 +0000 @@ -1,3 +1,10 @@ +fwupd (1.7.5-3) unstable; urgency=medium + + * debian/tests: + - Disable blocking container virtualization only for autopkgtest + + -- Mario Limonciello Sat, 19 Feb 2022 07:21:22 -0600 + fwupd (1.7.5-2) unstable; urgency=medium * Backport a series of patches that fix autopkgtest failures in Debian diff -Nru fwupd-1.7.5/debian/tests/ci fwupd-1.7.5/debian/tests/ci --- fwupd-1.7.5/debian/tests/ci 2022-02-18 17:49:13.000000000 +0000 +++ fwupd-1.7.5/debian/tests/ci 2022-02-19 13:21:20.000000000 +0000 @@ -2,4 +2,8 @@ set -e sed "s,^DisabledPlugins=.*,DisabledPlugins=," -i /etc/fwupd/daemon.conf sed "s,^VerboseDomains=.*,VerboseDomains=*," -i /etc/fwupd/daemon.conf +sed "s,ConditionVirtualization=.*,," \ + /lib/systemd/system/fwupd.service > \ + /etc/systemd/system/fwupd.service +systemctl daemon-reload gnome-desktop-testing-runner fwupd