From 9275e0762182270bbf9c35828f16938a2c675509 Mon Sep 17 00:00:00 2001 From: Baoquan He Date: Thu, 11 Apr 2013 17:01:43 +0800 Subject: [PATCH] kexec-tools.spec: Add ethtool to dependency. commit 97e107b "Add support for team devices" introduced ethtool to get permanent address. Signed-off-by: WANG Chao Acked-by: Vivek Goyal cked-by: Dave Young --- kexec-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index f39a223..2529d23 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -37,7 +37,7 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units Requires(pre): coreutils sed zlib -Requires: dracut, dracut-network +Requires: dracut, dracut-network, ethtool BuildRequires: zlib-devel zlib zlib-static elfutils-devel-static glib2-devel bzip2-devel ncurses-devel bison flex BuildRequires: pkgconfig intltool gettext BuildRequires: systemd-units