]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rpm: always build ceph-test package
authorNathan Cutler <ncutler@suse.com>
Thu, 15 Aug 2019 11:28:51 +0000 (13:28 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 15 Aug 2019 11:28:51 +0000 (13:28 +0200)
Fixes: https://tracker.ceph.com/issues/41296
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index ad6787ef4c019d68221987d264cca326903eda4a..baf5ba02016b21a9e6b8efd827a3b5b7db7adb6e 100644 (file)
@@ -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