summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2011-11-01 14:08:42 -0400
committerDave Jones <davej@redhat.com>2011-11-01 14:08:42 -0400
commitbf976a17c4b2c2b164f6413d52ffbdab09a26d1a (patch)
tree8361a2caf458d94a6334dddd0601127eb5278f02
parente4fe1faa82e2c29c53df121df21a6a855c50510c (diff)
downloadkernel-bf976a17c4b2c2b164f6413d52ffbdab09a26d1a.tar.gz
kernel-bf976a17c4b2c2b164f6413d52ffbdab09a26d1a.tar.xz
kernel-bf976a17c4b2c2b164f6413d52ffbdab09a26d1a.zip
allow building the perf rpm for ARM (rhbz 741325)
-rw-r--r--kernel.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 2adfa8235..0d4b61c4d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -388,13 +388,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
# Should make listnewconfig fail if there's config options
@@ -2060,6 +2060,9 @@ fi
# || ||
%changelog
* Tue Nov 01 2011 Dave Jones <davej@redhat.com>
+- allow building the perf rpm for ARM (rhbz 741325)
+
+* Tue Nov 01 2011 Dave Jones <davej@redhat.com>
- Add another Sony laptop to the nonvs blacklist. (rhbz 641789)
* Tue Nov 01 2011 Kyle McMartin <kmcmartin@redhat.com>