From f99467152d39fb82bf446690e87d356c4fd41d81 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 22 Jun 2019 20:47:46 +0200 Subject: [PATCH] Disable tests on 32bit Signed-off-by: Igor Gnatenko --- rust-nom.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-nom.spec b/rust-nom.spec index 1e00750..38abc94 100644 --- a/rust-nom.spec +++ b/rust-nom.spec @@ -1,9 +1,9 @@ # Generated by rust2rpm 10 # * https://github.com/Geal/nom/issues/966 -%if %{__isa_bits} >= 64 +%if 0%{?__isa_bits} >= 64 %bcond_without check %else - %bcond_without check + %bcond_with check %endif %global debug_package %{nil}