[kernel/f15] allow building the perf rpm for ARM (rhbz 741325)

Dave Jones davej at fedoraproject.org
Tue Nov 1 18:10:08 UTC 2011


commit 5937336acbfdb7cceffa18a189ef3a963ef4b296
Author: Dave Jones <davej at redhat.com>
Date:   Tue Nov 1 14:09:58 2011 -0400

    allow building the perf rpm for ARM (rhbz 741325)

 kernel.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 66ba36f..6bdada8 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -352,13 +352,13 @@ Summary: The Linux kernel
 # we build a up kernel on armv5tel. its used for qemu.
 %ifnarch armv5tel
 %define with_up 0
+%define with_perf 0
 %endif
 # we only build headers on the base arm arches
 # just like we used to only build them on i386 for x86
 %ifnarch armv5tel armv7hl
 %define with_headers 0
 %endif
-%define with_perf 0
 %endif
 
 %if %{nopatches}
@@ -1924,6 +1924,9 @@ fi
 # and build.
 
 %changelog
+* Tue Nov 01 2011 Dave Jones <davej at redhat.com> 2.6.40.8-5
+- allow building the perf rpm for ARM (rhbz 741325)
+
 * Tue Nov 01 2011 Josh Boyer <jwboyer at redhat.com> 2.6.40.8-4
 - Drop x86-efi-Calling-__pa-with-an-ioremap-address-is-invalid (rhbz 748516)
 


More information about the scm-commits mailing list