]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph.spec.in, debian/control: Add bc to build dependencies
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Wed, 8 Feb 2017 15:02:52 +0000 (16:02 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Thu, 9 Feb 2017 23:43:53 +0000 (00:43 +0100)
The bc is missing for ceph-helpers.sh

Fixes: http://tracker.ceph.com/issues/18876
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
ceph.spec.in
debian/control

index d673e85d974c91af65cec9945081f063fc421ee3..eee52e06da2564f92350240ea4dfce363ec7038f 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 2387fe1942b7f68506daff74cc58efc7ccff0fe3..1db64ee56d98c6c56a8c7668285d289005d405b8 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,