]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils.sh: Disable cephfs_java with Crimson 2095/head
authorMatan Breizman <mbreizma@redhat.com>
Tue, 10 Jan 2023 10:07:21 +0000 (12:07 +0200)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 10 Jan 2023 10:07:21 +0000 (12:07 +0200)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
scripts/build_utils.sh

index d22328b42d64e8a1b56bf661d1f5a5678fd0e953..9ad2b3434d37a19591d0e60269ef724580c186a9 100755 (executable)
@@ -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