From d614274092721ccb691eab4e1853739e84b784bb Mon Sep 17 00:00:00 2001 From: Xunlei Pang Date: Fri, 26 Aug 2016 11:23:37 +0800 Subject: [PATCH] spec: Update to add dependency on dracut version >= 044-117 Fedora dracut-network version >= 044-117 must be installed to work with this set of kexec-tools patches. Therefore adding dependency for them. Acked-by: Dave Young Signed-off-by: Xunlei Pang --- kexec-tools.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index d70b561..d386af1 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -45,8 +45,9 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units Requires(pre): coreutils sed zlib -Requires: dracut >= 044-75 -Requires: dracut-network, ethtool +Requires: dracut >= 044-117 +Requires: dracut-network >= 044-117 +Requires: ethtool BuildRequires: zlib-devel zlib zlib-static elfutils-devel-static glib2-devel bzip2-devel ncurses-devel bison flex lzo-devel snappy-devel BuildRequires: pkgconfig intltool gettext BuildRequires: systemd-units