From e96f78487ec9021dae713b5f18f21f5530fee7ed Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 15 Aug 2019 13:28:51 +0200 Subject: [PATCH] rpm: always build ceph-test package Fixes: https://tracker.ceph.com/issues/41296 Signed-off-by: Nathan Cutler (cherry picked from commit b9c744301051aa637f948be074be7b53c26cb504) --- ceph.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index ee82e9cb01b..7d381ffb0ff 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -16,6 +16,7 @@ # %bcond_without ocf %bcond_with make_check +%bcond_without ceph_test_package %ifarch s390 s390x %bcond_with tcmalloc %else @@ -23,7 +24,6 @@ %endif %if 0%{?fedora} || 0%{?rhel} %bcond_without selinux -%bcond_without ceph_test_package %bcond_without cephfs_java %bcond_without lttng %bcond_without libradosstriper @@ -31,7 +31,6 @@ %endif %if 0%{?suse_version} %bcond_with selinux -%bcond_with ceph_test_package %bcond_with cephfs_java #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} -- 2.47.3