[kernel/f15/master] fix sparc build-id conflicts due to debug and /boot images having the same build id

Dennis Gilmore ausil at fedoraproject.org
Thu Mar 17 04:14:41 UTC 2011


commit e53e7fadc28a10683777bcc66c36aa76c1d3a21b
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Wed Mar 16 23:13:54 2011 -0500

    fix sparc build-id conflicts due to debug and /boot images having the same build id

 kernel.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 43e9a3a..099a485 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -345,7 +345,7 @@ Summary: The Linux kernel
 %define asmarch sparc
 %define all_arch_configs kernel-%{version}-sparc64*.config
 %define make_target image
-%define kernel_image arch/sparc/boot/image
+%define kernel_image vmlinux
 %define image_install_path boot
 %define with_perf 0
 %endif
@@ -1972,6 +1972,10 @@ fi
 # and build.
 
 %changelog
+* Wed Mar 16 2011 Dennis Gilmore <dennis at ausil.us>
+- build sparc imagae as vmlinux
+- fixes buildid conflicts since the sparc kernel is just a elf image
+
 * Tue Mar 15 2011 Chuck Ebbert <cebbert at redhat.com> 2.6.38-1
 - Linux 2.6.38
 


More information about the scm-commits mailing list