rpms/kernel/F-12 kernel.spec,1.1863,1.1864

Kyle McMartin kyle at fedoraproject.org
Tue Oct 13 02:24:29 UTC 2009


Author: kyle

Update of /cvs/pkgs/rpms/kernel/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14184

Modified Files:
	kernel.spec 
Log Message:
* Mon Oct 12 2009 Kyle McMartin <kyle at redhat.com>
- Build the perf manpages properly.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.1863
retrieving revision 1.1864
diff -u -p -r1.1863 -r1.1864
--- kernel.spec	13 Oct 2009 00:47:16 -0000	1.1863
+++ kernel.spec	13 Oct 2009 02:24:29 -0000	1.1864
@@ -1728,7 +1728,9 @@ BuildKernel vmlinux vmlinux kdump vmlinu
 make %{?_smp_mflags} htmldocs mandocs || %{doc_build_fail}
 
 %if %{with_perf}
+pushd tools/perf
 make %{?_smp_mflags} man || %{doc_build_fail}
+popd
 %endif
 
 # sometimes non-world-readable files sneak into the kernel source tree
@@ -2060,6 +2062,9 @@ fi
 # and build.
 
 %changelog
+* Mon Oct 12 2009 Kyle McMartin <kyle at redhat.com>
+- Build the perf manpages properly.
+
 * Mon Oct 12 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.31.4-77
 - Fix boot hang with ACPI on some systems.
 




More information about the fedora-extras-commits mailing list