diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-03-01 11:56:54 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-03-01 11:56:54 +0100 |
commit | 558681d9fdd6c47003a49bd18fa7f3c6abed88a6 (patch) | |
tree | 693fd1cc5919f18337e6ae94cd813593be50e85b /ceph.spec.in | |
parent | db4fee293362c6967a4db995c4a4c0fb113b5d11 (diff) | |
download | ceph-558681d9fdd6c47003a49bd18fa7f3c6abed88a6.tar.gz |
ceph.spec.in: add on non-RHEL sharutils to 'BuildRequires:'
Add sharutils to 'BuildRequires:', needed for configure.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 7b245436647..9dfe92323cf 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -47,6 +47,9 @@ BuildRequires: leveldb-devel > 1.2 ################################################################################# # specific ################################################################################# +%if ! 0%{?rhel} +BuildRequires: sharutils +%endif %if 0%{defined suse_version} %if 0%{?suse_version} > 1210 Requires: gptfdisk |