From 92db1ce8ca6c35fab5676a22fc4e61c36f6d14ef Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 20 Feb 2012 15:14:33 +0000 Subject: [PATCH] Enable ARM as a supported arch --- gperftools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gperftools.spec b/gperftools.spec index 422df1c..57beadd 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -2,14 +2,14 @@ Name: gperftools Version: 2.0 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Development/Tools Summary: Very fast malloc and performance analysis tools URL: http://code.google.com/p/gperftools/ Source0: http://gperftools.googlecode.com/files/%{name}-%{version}.tar.gz # ppc64 still broken, bz 238390 -ExclusiveArch: %{ix86} x86_64 ppc +ExclusiveArch: %{ix86} x86_64 ppc %{arm} %ifnarch ppc ppc64 BuildRequires: libunwind-devel %endif @@ -102,6 +102,9 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL %{_libdir}/*.so.* %changelog +* Mon Feb 20 2012 Peter Robinson - 2.0-5 +- Enable ARM as a supported arch + * Thu Feb 16 2012 Tom Callaway - 2.0-4 - fix bug in -devel Requires