From 9bd241a830dbcad02fa01754586bde5e3e067518 Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Sep 14 2010 04:35:08 +0000 Subject: Add support for perl and python scripting to perf (#632942) --- diff --git a/kernel.spec b/kernel.spec index cf75f61..d0a488b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -495,8 +495,9 @@ BuildRequires: xmlto, asciidoc %if %{with_sparse} BuildRequires: sparse >= 0.4.1 %endif +# python-devel and perl(ExtUtils::Embed) are required for perf scripting %if %{with_perf} -BuildRequires: elfutils-devel zlib-devel binutils-devel +BuildRequires: elfutils-devel zlib-devel binutils-devel python-devel perl(ExtUtils::Embed) %endif BuildConflicts: rhbuildsys(DiskFree) < 500Mb @@ -1931,6 +1932,9 @@ fi # and build. %changelog +* Mon Sep 13 2010 Chuck Ebbert +- Add support for perl and python scripting to perf (#632942) + * Mon Sep 13 2010 Ben Skeggs 2.6.35.4-27 - nouveau: fix oops in acpi edid support