From: Ricardo Dias Date: Tue, 23 Aug 2016 11:31:05 +0000 (+0200) Subject: rpm: Renamed bcond tests flag to make_check X-Git-Tag: v11.0.1~273^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=06875b5099f5909176798fca87ff20cb19bf2bc5;p=ceph.git rpm: Renamed bcond tests flag to make_check Signed-off-by: Ricardo Dias --- diff --git a/ceph.spec.in b/ceph.spec.in index ba04b88094b2..812c68eeb122 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -16,7 +16,7 @@ # %bcond_with ocf %bcond_without cephfs_java -%bcond_with tests +%bcond_with make_check %bcond_with xio %ifnarch s390 s390x %bcond_without tcmalloc @@ -707,7 +707,7 @@ cmake .. \ make %{?_smp_mflags} -%if 0%{with tests} +%if 0%{with make_check} %check # run in-tree unittests cd build