[kernel] bootwrapper needs objcopy. Add it to requires: (wwoods)

Dave Jones davej at fedoraproject.org
Fri Jul 22 18:33:10 UTC 2011


commit 524b8cb85593696e6867aa30b1c581cf35fb7cbe
Author: Dave Jones <davej at redhat.com>
Date:   Fri Jul 22 14:32:48 2011 -0400

    bootwrapper needs objcopy. Add it to requires: (wwoods)

 kernel.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index dd4bf97..3f55fbb 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 <davej at redhat.com>
+- bootwrapper needs objcopy. Add it to requires: (wwoods)
+
 * Fri Jul 22 2011 Kyle McMartin <kmcmartin at redhat.com> 3.0.0-1
 - Linux 3.0, but really 3.0.0 (sigh)
 


More information about the scm-commits mailing list