From f38def92737c1bae08cff81cde3912b9e7b55826 Mon Sep 17 00:00:00 2001 From: Misono Tomohiro Date: Wed, 26 May 2021 16:10:35 +0900 Subject: [PATCH] ceph.spec.in: install gcc-toolset-9-gcc-c++ for rhel only Otherwise fedora 33 complains there is no gcc-toolset-9-gcc-c++ when running "WITH_SEASTAR=true ./install_deps.sh" Related to: 36759b53635 Signed-off-by: Misono Tomohiro --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 39c3bade79f0..b4a1e68e5ca6 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -187,7 +187,7 @@ BuildRequires: gperf BuildRequires: cmake > 3.5 BuildRequires: cryptsetup BuildRequires: fuse-devel -%if 0%{with seastar} +%if 0%{with seastar} && 0%{?rhel} BuildRequires: gcc-toolset-9-gcc-c++ >= 9.2.1-2.3 %else BuildRequires: gcc-c++ -- 2.47.3