From: Kefu Chai Date: Mon, 11 May 2020 14:40:01 +0000 (+0800) Subject: ceph-*-*: s/esac/fi/ X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1566%2Fhead;p=ceph-build.git ceph-*-*: s/esac/fi/ fix syntax error introduced by f934188b6cb95a56fd799ff2806a3f4ce30a9c58 Signed-off-by: Kefu Chai --- diff --git a/ceph-build/build/setup_rpm b/ceph-build/build/setup_rpm index 26ce89278..493ad8e09 100644 --- a/ceph-build/build/setup_rpm +++ b/ceph-build/build/setup_rpm @@ -97,7 +97,7 @@ sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec if [ "$FLAVOR" = "crimson" ]; then # enable more build depends required by crimson sed -i -e 's/%bcond_with seastar/%bcond_without seastar/g' $DIR/ceph.spec -esac +fi # Make sure we have all the rpm macros installed and at the latest version # before installing the dependencies, python3-devel requires the diff --git a/ceph-dev-build/build/setup_rpm b/ceph-dev-build/build/setup_rpm index 7c54aa8bc..f7a8168c8 100644 --- a/ceph-dev-build/build/setup_rpm +++ b/ceph-dev-build/build/setup_rpm @@ -98,7 +98,7 @@ sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec if [ "$FLAVOR" = "crimson" ]; then # enable more build depends required by crimson sed -i -e 's/%bcond_with seastar/%bcond_without seastar/g' $DIR/ceph.spec -esac +fi # before installing the dependencies, python3-devel requires the # python-rpm-macro we use for identifying the python related dependencies diff --git a/ceph-dev-new-build/build/setup_rpm b/ceph-dev-new-build/build/setup_rpm index 7c54aa8bc..f7a8168c8 100644 --- a/ceph-dev-new-build/build/setup_rpm +++ b/ceph-dev-new-build/build/setup_rpm @@ -98,7 +98,7 @@ sed -e 's/@//g' < ceph.spec.in > $DIR/ceph.spec if [ "$FLAVOR" = "crimson" ]; then # enable more build depends required by crimson sed -i -e 's/%bcond_with seastar/%bcond_without seastar/g' $DIR/ceph.spec -esac +fi # before installing the dependencies, python3-devel requires the # python-rpm-macro we use for identifying the python related dependencies