From 524b8cb85593696e6867aa30b1c581cf35fb7cbe Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 22 Jul 2011 14:32:48 -0400 Subject: bootwrapper needs objcopy. Add it to requires: (wwoods) --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index dd4bf9711..3f55fbb92 100644 --- a/kernel.spec +++ b/kernel.spec @@ -746,7 +746,7 @@ operate. %package bootwrapper Summary: Boot wrapper files for generating combined kernel + initrd images Group: Development/System -Requires: gzip +Requires: gzip binutils %description bootwrapper Kernel-bootwrapper contains the wrapper code which makes bootable "zImage" files combining both kernel and initial ramdisk. @@ -1885,6 +1885,9 @@ fi # and build. %changelog +* Fri Jul 22 2011 Dave Jones +- bootwrapper needs objcopy. Add it to requires: (wwoods) + * Fri Jul 22 2011 Kyle McMartin 3.0.0-1 - Linux 3.0, but really 3.0.0 (sigh) -- cgit