From: Boris Ranto Date: Tue, 16 Jun 2015 14:41:58 +0000 (+0200) Subject: ceph.spec.in: Require git distro-wide X-Git-Tag: v9.0.3~123^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15e9e3d497c5b9233dd47d0b0b188fa7656525f9;p=ceph.git ceph.spec.in: Require git distro-wide Git is not a SUSE-only dependency, the build process itself requires it. Signed-off-by: Boris Ranto --- diff --git a/ceph.spec.in b/ceph.spec.in index 9a38bc8d7bca..4b61be8467e4 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -55,6 +55,7 @@ Requires(post): binutils Requires: systemd %endif BuildRequires: gcc-c++ +BuildRequires: git BuildRequires: boost-devel BuildRequires: cryptsetup BuildRequires: gdbm @@ -104,7 +105,6 @@ BuildRequires: sharutils BuildRequires: net-tools BuildRequires: libbz2-devel BuildRequires: sharutils -BuildRequires: git %if 0%{?suse_version} > 1210 Requires: gptfdisk %if 0%{with tcmalloc}