From ae1ff31a512d6318070cbf089d2c0e2a605159eb Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 14 Jun 2020 12:59:06 +0100 Subject: [PATCH] Fix disabling LIBGUESTFS_TESTS on 32 bit. --- nbdkit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index 3f9de51..61c31f6 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -626,7 +626,7 @@ autoreconf -i %ifnarch %{complete_test_arches} # Simplify the test suite so it doesn't require qemu. -sed -i -e '/^LIBGUESTFS_TESTS/d' tests/Makefile.am +sed -i -e 's/^LIBGUESTFS_TESTS/xLIBGUESTFS_TESTS/' tests/Makefile.am sed -i -e '/^if HAVE_GUESTFISH/,/^endif HAVE_GUESTFISH/d' tests/Makefile.am autoreconf -i %endif