From 80f8f0956c51ea407495d0e41e4ec26ef8a1ffbd Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 4 Mar 2021 12:06:22 +0800 Subject: [PATCH] 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 --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5