]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: always build ceph-test package 30049/head
authorNathan Cutler <ncutler@suse.com>
Thu, 15 Aug 2019 11:28:51 +0000 (13:28 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 30 Aug 2019 21:58:50 +0000 (23:58 +0200)
Fixes: https://tracker.ceph.com/issues/41296
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit b9c744301051aa637f948be074be7b53c26cb504)

ceph.spec.in

index 734542815756d37bcb995ba55bdfd8716cbeb4f2..73e2006473e38aad75b6d2cda1d9c71a30f23f92 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