Fix reversed %if statement in previous commit.
This commit is contained in:
parent
f8754ffa26
commit
e6d9cfe201
@ -437,7 +437,7 @@ make check -j1 || {
|
|||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
%ifnarch %{complete_test_arches}
|
%ifarch %{complete_test_arches}
|
||||||
%if 0%{?have_libguestfs}
|
%if 0%{?have_libguestfs}
|
||||||
%if 0%{?have_python3}
|
%if 0%{?have_python3}
|
||||||
pushd python3
|
pushd python3
|
||||||
|
Loading…
Reference in New Issue
Block a user