From 7405fe8dd61a8493539d792b083a4e98cad4f690 Mon Sep 17 00:00:00 2001 From: Matan Breizman Date: Wed, 11 Jan 2023 19:57:11 +0200 Subject: [PATCH] Revert "build_utils.sh: Disable cephfs_java with Crimson" This reverts commit dd03c322eaded5f1bb274bb46fb13fbfe7a191aa. Signed-off-by: Matan Breizman --- scripts/build_utils.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 9ad2b343..d22328b4 100755 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -1452,7 +1452,6 @@ 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 -- 2.39.5