From: Kefu Chai Date: Thu, 4 Mar 2021 04:06:22 +0000 (+0800) Subject: ceph.spec: include ninja as BuildRequires X-Git-Tag: v17.1.0~2667^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39991%2Fhead;p=ceph.git ceph.spec: include ninja as BuildRequires to ease the build for developers using SUSE, Fedora, CentOS or RHEL. so install-deps.sh can install ninja for them. Fixes: https://tracker.ceph.com/issues/49694 Signed-off-by: Kefu Chai --- diff --git a/ceph.spec.in b/ceph.spec.in index 88e5baa0ccabf..9ced87974e049 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -247,6 +247,7 @@ BuildRequires: %{luarocks_package_name} %if 0%{with make_check} BuildRequires: jq BuildRequires: libuuid-devel +BuildRequires: ninja-build BuildRequires: python%{python3_pkgversion}-bcrypt BuildRequires: python%{python3_pkgversion}-nose BuildRequires: python%{python3_pkgversion}-pecan