From 975579a7657d6286547e69eb2d5be98508965b86 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Nov 30 2013 17:30:20 +0000 Subject: gperftools not currently available on aarch64 --- diff --git a/ceph.spec b/ceph.spec index c3c9f86..3b352a3 100644 --- a/ceph.spec +++ b/ceph.spec @@ -1,6 +1,6 @@ Name: ceph Version: 0.67.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: User space components of the Ceph file system License: LGPLv2 Group: System Environment/Base @@ -15,7 +15,7 @@ Patch3: ceph-non-x86_64.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: -%ifnarch ppc ppc64 s390 s390x +%ifnarch ppc ppc64 s390 s390x aarch64 BuildRequires: gperftools-devel %endif BuildRequires: cryptopp-devel, libatomic_ops-static, gcc-c++ @@ -275,6 +275,9 @@ fi %{_sysconfdir}/bash_completion.d/radosgw-admin %changelog +* Sat Nov 30 2013 Peter Robinson 0.67.3-3 +- gperftools not currently available on aarch64 + * Mon Oct 07 2013 Dan HorĂ¡k - 0.67.3-2 - fix build on non-x86_64 64-bit arches