From 2192022f4bf13b30e389e77170da7ae08fd28ecf Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 21 Feb 2013 11:21:43 -0500 Subject: Shut up perf about missing build things we don't care about - Drop the old aic7xxx driver, from Paul Bolle --- kernel.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 34bf95e73..4e063c36b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -1816,7 +1816,7 @@ BuildKernel %make_target %kernel_image smp %endif %global perf_make \ - make %{?_smp_mflags} -C tools/perf -s V=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 prefix=%{_prefix} + make %{?_smp_mflags} -C tools/perf -s V=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_LIBNUMA=1 NO_STRLCPY=1 prefix=%{_prefix} %if %{with_perf} # perf %{perf_make} all @@ -2298,6 +2298,10 @@ fi # ||----w | # || || %changelog +* Thu Feb 21 2013 Josh Boyer +- Shut up perf about missing build things we don't care about +- Drop the old aic7xxx driver, from Paul Bolle + * Thu Feb 21 2013 Josh Boyer - 3.9.0-0.rc0.git2.1 - Linux v3.8-3040-ga0b1c42 -- cgit