]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in, debian/control: Add bc to build dependencies 16069/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Wed, 8 Feb 2017 15:02:52 +0000 (16:02 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 3 Jul 2017 09:03:46 +0000 (11:03 +0200)
The bc is missing for ceph-helpers.sh

Fixes: http://tracker.ceph.com/issues/18876
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
(cherry picked from commit 3ff4be6d6896346b7b9ec7f158fcde8866faeb38)

ceph.spec.in
debian/control

index 27d3615d8d47bad25c869dd816e4ad4d6af17a65..04a4a1f24099e62f80de5fb26d05b9817260e771 100644 (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
index 06ec07b20d549100f324efe04f3284cc1baee7a8..fcacac3348a87d08c1b0625b9073a5aa3d2aa3ab 100644 (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,