Fix missing %.

This commit is contained in:
Richard W.M. Jones 2016-06-08 15:27:44 +01:00
parent 3aedf9effc
commit 8389ff205e

View File

@ -260,7 +260,7 @@ export LIBGUESTFS_TRACE=1
# Broken on i686 because of https://bugzilla.redhat.com/show_bug.cgi?id=1302071
%ifnarch %{arm} %{ix86} ppc %{power64}
# Broken on F25 because of https://bugzilla.redhat.com/show_bug.cgi?id=1344016
%if 0{?fedora} < 25
%if 0%{?fedora} < 25
make check || {
cat tests/test-suite.log
exit 1