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

Dave Jones davej at fedoraproject.org
Tue Nov 1 18:09:40 UTC 2011


commit 58cf40bfda78ddd6ed33933d705bb099754ad96c
Author: Dave Jones <davej at redhat.com>
Date:   Tue Nov 1 14:09:24 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 fb0cd6f..8860c4c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -398,13 +398,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}
@@ -2112,6 +2112,9 @@ fi
 
 %changelog
 * Tue Nov 01 2011 Dave Jones <davej at redhat.com> 3.1.0-8
+- allow building the perf rpm for ARM (rhbz 741325)
+
+* Tue Nov 01 2011 Dave Jones <davej at redhat.com> 3.1.0-8
 - Add another Sony laptop to the nonvs blacklist. (rhbz 641789)
 
 * Tue Nov  1 2011 Josh Boyer <jwboyer at redhat.com> 3.1.0-7


More information about the scm-commits mailing list