From 07cce39b2f6af0e15dab12431de5764e7f1f049e Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Aug 17 2010 14:39:09 +0000 Subject: fix make local, ditto from f14 --- diff --git a/kernel.spec b/kernel.spec index dce4112..ff5d6bc 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1436,6 +1436,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 @@ -2047,6 +2049,12 @@ fi %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.34.4-41 - Fix fallout from the stack guard page fixes. (mm-fix-page-table-unmap-for-stack-guard-page-properly.patch,