From cf12f432ff6ed0c0e8576353afa883f9f025d3ac Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Tue, 16 Jan 2018 16:57:42 +0900 Subject: [PATCH] disable - check area in .spec Change-Id: Ic3af25df582d568543b10af6ea4b55f4adad77b9 --- packaging/grep.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/grep.spec b/packaging/grep.spec index 392251e..b7f055f 100644 --- a/packaging/grep.spec +++ b/packaging/grep.spec @@ -1,3 +1,5 @@ +%define __spec_check_pre exit 0 + Name: grep BuildRequires: automake BuildRequires: pcre-devel @@ -32,6 +34,8 @@ LDFLAGS+=" -pie" %{__make} %{?_smp_mflags} +#make check VERBOSE=1 || exit 0 + %check make check VERBOSE=1 -- 2.7.4