From e6d9cfe20186b5a60c7ef41d707be4c6f996955c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 26 Jan 2018 18:04:10 +0000 Subject: [PATCH] Fix reversed %if statement in previous commit. --- nbdkit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index c45bf72..7d24b6a 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -437,7 +437,7 @@ make check -j1 || { exit 1 } -%ifnarch %{complete_test_arches} +%ifarch %{complete_test_arches} %if 0%{?have_libguestfs} %if 0%{?have_python3} pushd python3