summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-08-17 10:39:59 -0400
committerKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-08-17 10:39:59 -0400
commit4e16ddbd1c857dfccb1d0ac461b916fc478ed001 (patch)
tree41b376b638e2c4d2c2b8905359f24195612ab524
parent9879c757dfe5e40ef1a1d150ba6a8f4944814a0b (diff)
downloaddom0-kernel-4e16ddbd1c857dfccb1d0ac461b916fc478ed001.tar.gz
dom0-kernel-4e16ddbd1c857dfccb1d0ac461b916fc478ed001.tar.xz
dom0-kernel-4e16ddbd1c857dfccb1d0ac461b916fc478ed001.zip
fix make local, ditto from everywhere else
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 2828a96..9ea7369 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 <kyle@redhat.com>
+- 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 <cebbert@redhat.com> 2.6.32.19-162
- Fix fallout from the stack guard page fixes.
(mm-fix-page-table-unmap-for-stack-guard-page-properly.patch,