]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec: include ninja as BuildRequires 39991/head
authorKefu Chai <kchai@redhat.com>
Thu, 4 Mar 2021 04:06:22 +0000 (12:06 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Mar 2021 10:19:49 +0000 (18:19 +0800)
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 <kchai@redhat.com>
ceph.spec.in

index 88e5baa0ccabf34e5e59a8b080025976f12e3ad4..9ced87974e04919916371e4eb0c4dc8cc6ec55ac 100644 (file)
@@ -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