From: Brad Hubbard Date: Fri, 24 Sep 2021 02:15:53 +0000 (+1000) Subject: rpm, debian: Add hostname as a "make check" dependency X-Git-Tag: v17.1.0~806^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cf932436c83754ecb3f0ef6d05a095f051764d35;p=ceph.git rpm, debian: Add hostname as a "make check" dependency test_hostname.cc depends on the hostname binary. Fixes: https://tracker.ceph.com/issues/52695 Signed-off-by: Brad Hubbard --- diff --git a/ceph.spec.in b/ceph.spec.in index 3827d7bb094f..6fc47932abe5 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -245,6 +245,7 @@ BuildRequires: librdkafka-devel BuildRequires: %{luarocks_package_name} %endif %if 0%{with make_check} +BuildRequires: hostname BuildRequires: jq BuildRequires: libuuid-devel BuildRequires: python%{python3_pkgversion}-bcrypt diff --git a/debian/control b/debian/control index 09011acb4fa0..c3c84c9b4ceb 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: automake, git, gperf, g++ (>= 7), + hostname , javahelper, jq , jsonnet ,