[ceph] gperftools not available also on ppc

Dan Horák sharkcz at fedoraproject.org
Mon Mar 26 09:32:48 UTC 2012


commit 6eb8fdf3f0ef216beeb6552d6fe9e983b0f5b25e
Author: Dan Horák <dan at danny.cz>
Date:   Mon Mar 26 11:32:43 2012 +0200

    gperftools not available also on ppc

 ceph.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ceph.spec b/ceph.spec
index 3fcdb72..705c0f2 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -1,6 +1,6 @@
 Name:          ceph
 Version:       0.44
-Release:       2%{?dist}
+Release:       4%{?dist}
 Summary:       User space components of the Ceph file system
 License:       LGPLv2
 Group:         System Environment/Base
@@ -16,7 +16,7 @@ Patch2:        0001-Makefile-fix-modules-that-cannot-find-pk11pub.h-when.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 ppc64 s390 s390x
+%ifnarch ppc ppc64 s390 s390x
 BuildRequires: gperftools-devel
 %endif
 BuildRequires: cryptopp-devel, libatomic_ops-devel, gcc-c++
@@ -90,7 +90,7 @@ file system.
 ./autogen.sh
 %{configure} --prefix=/usr --sbindir=/sbin \
 --localstatedir=/var --sysconfdir=/etc \
-%ifarch ppc64 s390 s390x
+%ifarch ppc ppc64 s390 s390x
 --without-tcmalloc \
 %endif
 --without-hadoop --with-radosgw --with-gtk2 \
@@ -245,6 +245,9 @@ fi
 %{_bindir}/boto_tool
 
 %changelog
+* Mon Mar 26 2012 Dan Horák <dan[at]danny.cz> 0.44-4
+- gperftools not available also on ppc
+
 * Mon Mar 26 2012 Jonathan Dieter <jdieter at lesbg.com> - 0.44-3
 - Remove unneeded patch
 


More information about the scm-commits mailing list