Require newt-devel for building perf, to enable the perf TUI (#661180)

This commit is contained in:
Chuck Ebbert 2010-12-09 11:20:43 -05:00
parent bed92c4e50
commit 983a2bb5c5
2 changed files with 5 additions and 4 deletions

View File

@ -48,7 +48,7 @@ Summary: The Linux kernel
# reset this by hand to 1 (or to 0 and then use rpmdev-bumpspec).
# scripts/rebase.sh should be made to do that for you, actually.
#
%global baserelease 64
%global baserelease 65
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -501,7 +501,7 @@ 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 python-devel perl(ExtUtils::Embed)
BuildRequires: elfutils-devel zlib-devel binutils-devel newt-devel python-devel perl(ExtUtils::Embed)
%endif
BuildConflicts: rhbuildsys(DiskFree) < 500Mb
@ -2108,6 +2108,9 @@ fi
# and build.
%changelog
* Thu Dec 09 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.35.9-65
- Require newt-devel for building perf, to enable the perf TUI (#661180)
* Wed Dec 08 2010 Kyle McMartin <kyle@redhat.com>
- sched-cure-more-NO_HZ-load-average-woes.patch: fix some of the complaints
in 2.6.35+ about load average with dynticks. (rhbz#650934)

View File

@ -1,4 +1,2 @@
091abeb4684ce03d1d936851618687b6 linux-2.6.35.tar.bz2
198e4e72ea9cc7f9f25bb5881167aa2e patch-2.6.35.8.bz2
fbdb8afcd744f2e02f1e294f314f647d patch-2.6.35.9-rc1.bz2
eca407cf4872ad77ae23adc8242389c4 patch-2.6.35.9.bz2