[kexec-tools] remove busybox dependency

Dave Young yangrr at fedoraproject.org
Thu Jul 12 03:21:33 UTC 2012


commit 8ec4877f7b5dcb5435cd27efc72a40b8becfb527
Author: Dave Young <dyoung at redhat.com>
Date:   Thu Jul 12 11:15:35 2012 +0800

    remove busybox dependency
    
    We do not depend on busybox anymore, so remove it from Requires field.
    
    Signed-off-by: Dave Young <dyoung at redhat.com>
    Acked-by: Vivek Goyal <vgoyal at redhat.com>

 kexec-tools.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kexec-tools.spec b/kexec-tools.spec
index f3a265e..1f6ba5f 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -36,7 +36,7 @@ Requires(post): systemd-units
 Requires(preun): systemd-units
 Requires(postun): systemd-units
 Requires(pre): coreutils sed zlib 
-Requires: busybox >= 1.2.0, dracut, dracut-network
+Requires: dracut, dracut-network
 BuildRequires: zlib-devel zlib zlib-static elfutils-devel-static glib2-devel bzip2-devel
 BuildRequires: pkgconfig intltool gettext 
 BuildRequires: systemd-units


More information about the scm-commits mailing list