From d614274092721ccb691eab4e1853739e84b784bb Mon Sep 17 00:00:00 2001 From: Xunlei Pang Date: Aug 26 2016 06:03:48 +0000 Subject: 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 --- 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