ceph.spec.in, debian/control: Add bc to build dependencies

The bc is missing for ceph-helpers.sh

Fixes: http://tracker.ceph.com/issues/18876
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
This commit is contained in:
Kyr Shatskyy 2017-02-08 16:02:52 +01:00
parent af9152f34a
commit 3ff4be6d68
2 changed files with 3 additions and 1 deletions

View File

@ -95,6 +95,7 @@ BuildRequires: checkpolicy
BuildRequires: selinux-policy-devel
BuildRequires: /usr/share/selinux/devel/policyhelp
%endif
BuildRequires: bc
BuildRequires: boost-devel
%if ! 0%{?suse_version}
BuildRequires: boost-python

3
debian/control vendored
View File

@ -7,7 +7,8 @@ Vcs-Browser: https://github.com/ceph/ceph
Maintainer: Ceph Maintainers <ceph-maintainers@lists.ceph.com>
Uploaders: Ken Dreyer <kdreyer@redhat.com>,
Alfredo Deza <adeza@redhat.com>
Build-Depends: btrfs-tools,
Build-Depends: bc,
btrfs-tools,
cmake,
cpio,
cryptsetup-bin | cryptsetup,