From: Matan Breizman Date: Wed, 11 Jan 2023 17:57:11 +0000 (+0200) Subject: Revert "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=7405fe8dd61a8493539d792b083a4e98cad4f690;p=ceph-build.git Revert "build_utils.sh: Disable cephfs_java with Crimson" This reverts commit dd03c322eaded5f1bb274bb46fb13fbfe7a191aa. Signed-off-by: Matan Breizman --- 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