From b00014c0f56975b7da5f98cc18aa6f39e1c2b29d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 11 May 2020 22:40:01 +0800 Subject: [PATCH] ceph-*-*: s/esac/fi/ fix syntax error introduced by f934188b6cb95a56fd799ff2806a3f4ce30a9c58 Signed-off-by: Kefu Chai --- ceph-build/build/setup_rpm | 2 +- ceph-dev-build/build/setup_rpm | 2 +- ceph-dev-new-build/build/setup_rpm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ceph-build/build/setup_rpm b/ceph-build/build/setup_rpm index 26ce8927..493ad8e0 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 7c54aa8b..f7a8168c 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 7c54aa8b..f7a8168c 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 -- 2.39.5