]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: enable system_pmdk bcond for SUSE builds 43316/head
authorNathan Cutler <ncutler@suse.com>
Mon, 27 Sep 2021 10:05:45 +0000 (12:05 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 27 Sep 2021 10:05:45 +0000 (12:05 +0200)
ecb8d2cae2c063acf4e7e1bffed887d52117762f disabled the system_pmdk bcond for all
build targets based on the fact that pmdk 1.10 was not available on any of them.

Now that openSUSE Tumbleweed ships pmdk 1.11, we re-enable the system_pmdk bcond
to fix the master build for openSUSE Tumbleweed.

Since openSUSE Tumbleweed is the *only* SUSE build target master supports, there
is no need for greater granularity in the distro conditional here.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 1f5dcfd8f17786956b3add3490909f9619f076e9..3579d7e628eaf8f78bbcacc160fde0c9e30cff1f 100644 (file)
@@ -29,7 +29,6 @@
 %else
 %bcond_without tcmalloc
 %endif
-%bcond_with system_pmdk
 %bcond_without rbd_ssd_cache
 %ifarch x86_64
 %bcond_without rbd_rwl_cache
@@ -37,6 +36,7 @@
 %bcond_with rbd_rwl_cache
 %endif
 %if 0%{?fedora} || 0%{?rhel}
+%bcond_with system_pmdk
 %bcond_without selinux
 %if 0%{?rhel} >= 8
 %bcond_with cephfs_java
@@ -53,6 +53,7 @@
 %global _remote_tarball_prefix https://download.ceph.com/tarballs/
 %endif
 %if 0%{?suse_version}
+%bcond_without system_pmdk
 %bcond_with amqp_endpoint
 %bcond_with cephfs_java
 %bcond_with kafka_endpoint