From 69a97c4f3d9386323c83809231c8ad4085cd3ee9 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 734542815756d..73e2006473e38 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -22,6 +22,7 @@ # bcond syntax! ################################################################################# %bcond_with make_check +%bcond_without ceph_test_package %ifarch s390 s390x %bcond_with tcmalloc %else @@ -29,7 +30,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 @@ -39,7 +39,6 @@ %endif %if 0%{?suse_version} %bcond_with selinux -%bcond_with ceph_test_package %bcond_with cephfs_java %bcond_with amqp_endpoint #Compat macro for new _fillupdir macro introduced in Nov 2017 -- 2.39.5