* Thu Sep 22 2011 Dennis Gilmore <dennis@ausil.us>

- build a vmlinux image on sparc64
This commit is contained in:
Dennis Gilmore 2011-09-22 16:35:46 -05:00
parent 8aa7f7a647
commit eae267fb04
1 changed files with 5 additions and 2 deletions

View File

@ -308,8 +308,8 @@ Summary: The Linux kernel
%ifarch sparc64
%define asmarch sparc
%define all_arch_configs kernel-%{version}-sparc64*.config
%define make_target image
%define kernel_image arch/sparc/boot/image
%define make_target vmlinux
%define kernel_image vmlinux
%define image_install_path boot
%define with_perf 0
%endif
@ -1869,6 +1869,9 @@ fi
# and build.
%changelog
* Thu Sep 22 2011 Dennis Gilmore <dennis@ausil.us>
- build a vmlinux image on sparc64
* Thu Sep 15 2011 Josh Boyer <jwboyer@redhat.com>
- CVE-2011-3191: cifs: fix possible memory corruption in CIFSFindNext