From 58cf40bfda78ddd6ed33933d705bb099754ad96c Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 1 Nov 2011 14:09:24 -0400 Subject: [PATCH] allow building the perf rpm for ARM (rhbz 741325) --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index fb0cd6ff4..8860c4c78 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} @@ -2111,6 +2111,9 @@ fi # and build. %changelog +* Tue Nov 01 2011 Dave Jones 3.1.0-8 +- allow building the perf rpm for ARM (rhbz 741325) + * Tue Nov 01 2011 Dave Jones 3.1.0-8 - Add another Sony laptop to the nonvs blacklist. (rhbz 641789)