From 4e16ddbd1c857dfccb1d0ac461b916fc478ed001 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Tue, 17 Aug 2010 10:39:59 -0400 Subject: [PATCH] fix make local, ditto from everywhere else --- kernel.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kernel.spec b/kernel.spec index 2828a96c0..9ea736914 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1563,6 +1563,8 @@ ApplyPatch mm-fix-up-some-user-visible-effects-of-the-stack-guard-page.patch chmod +x scripts/checkpatch.pl +touch .scmversion + # only deal with configs if we are going to build for the arch %ifnarch %nobuildarches @@ -2206,6 +2208,12 @@ fi %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Tue Aug 17 2010 Kyle McMartin +- Touch .scmversion in the kernel top level to prevent scripts/setlocalversion + from recursing into our fedpkg git tree and trying to decide whether the + kernel git is modified (obviously not, since it's a tarball.) Fixes make + local. + * Tue Aug 17 2010 Chuck Ebbert 2.6.32.19-162 - Fix fallout from the stack guard page fixes. (mm-fix-page-table-unmap-for-stack-guard-page-properly.patch,