]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: Require git distro-wide
authorBoris Ranto <branto@redhat.com>
Tue, 16 Jun 2015 14:41:58 +0000 (16:41 +0200)
committerBoris Ranto <branto@redhat.com>
Thu, 18 Jun 2015 18:00:09 +0000 (20:00 +0200)
Git is not a SUSE-only dependency, the build process itself requires it.

Signed-off-by: Boris Ranto <branto@redhat.com>
ceph.spec.in

index 9a38bc8d7bca9838cbc67a9221c82c8d95abecb7..4b61be8467e4006c01de791525c07cf74eb51f2d 100644 (file)
@@ -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}