From: Matan Breizman Date: Tue, 10 Jan 2023 10:07:21 +0000 (+0200) Subject: build_utils.sh: Disable cephfs_java with Crimson X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd03c322eaded5f1bb274bb46fb13fbfe7a191aa;p=ceph-build.git build_utils.sh: Disable cephfs_java with Crimson Signed-off-by: Matan Breizman --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index d22328b4..9ad2b343 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -1452,6 +1452,7 @@ setup_rpm_build_deps() { case "${FLAVOR}" in crimson) sed -i -e 's/%bcond_with seastar/%bcond_without seastar/g' $DIR/ceph.spec + sed -i -e 's/%bcond_without cephfs_java/%bcond_with cephfs_java/g' $DIR/ceph.spec ;; jaeger) sed -i -e 's/%bcond_with jaeger/%bcond_without jaeger/g' $DIR/ceph.spec