From cca983bdebd3fa5c1c3fb6fe5410a9a27fe09712 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Thu, 5 Jun 2014 02:52:02 -0400 Subject: [PATCH] el6 ppc64 does not have gperftools, merge from origin/el6 --- ceph.spec | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ceph.spec b/ceph.spec index 354ae6e..3185df3 100644 --- a/ceph.spec +++ b/ceph.spec @@ -17,9 +17,15 @@ Patch1: ceph-fix-sbin-target.patch BuildRequires: fuse-devel, libtool, libtool-ltdl-devel, boost-devel, BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, libaio-devel, # google-perftools is not available on these: +%if ( ! (0%{?rhel} && 0%{?rhel} <= 6 ) ) %ifnarch ppc s390 s390x BuildRequires: gperftools-devel %endif +%else +%ifnarch ppc ppc64 s390 s390x +BuildRequires: gperftools-devel +%endif +%endif BuildRequires: cryptopp-devel, libatomic_ops-static, gcc-c++ BuildRequires: pkgconfig, libcurl-devel, keyutils-libs-devel BuildRequires: gtkmm24-devel, gtk2-devel, libuuid, libuuid-devel @@ -295,6 +301,9 @@ fi %{_sysconfdir}/bash_completion.d/radosgw-admin %changelog +* Thu Jun 5 2014 Kaleb S. KEITHLEY +- el6 ppc64 does not have gperftools, merge from origin/el6 + * Thu Jun 5 2014 Kaleb S. KEITHLEY - 0.81.0-1 - ceph-0.81.0