fix make local, ditto from everywhere else

This commit is contained in:
Kyle McMartin 2010-08-17 10:39:59 -04:00
parent 9879c757df
commit 4e16ddbd1c
1 changed files with 8 additions and 0 deletions

View File

@ -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,