Package: fwupd / 2.0.17-6

Metadata

Package Version Patches format
fwupd 2.0.17-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
flaky p2p.patch | (download)

data/tests/fwupdmgr-p2p.sh | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 skip flaky tests
0001 Fix installation path for mtd tests.patch | (download)

plugins/mtd/meson.build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix installation path for mtd tests

Closes: https://github.com/fwupd/fwupd/issues/9514

0001 trivial fix a test failure on 32 bit x86.patch | (download)

data/tests/fwupdtool.sh | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] trivial: fix a test failure on 32 bit x86
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Debian's autopkgtest keeps failing:

```
 91s   Showing security
 91s   cmd: fwupdtool -v --plugins test security
...
 91s   exit code was 0 and expected 1
 91s FAIL: fwupd/fwupdtool.test (Child process exited with code 1)
```

This is because `uname -m` on a 32 bit x86 machine is not `x86`, it's `i686`.

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>