From 41793372947535bf72c968182abdb97a5e0ddbf1 Mon Sep 17 00:00:00 2001 From: Pratyush Anand Date: Wed, 20 Jul 2016 23:42:24 +0530 Subject: [PATCH] spec: Update to add dependency on dracut version >= 044-75 Fedora dracut version >= 044-75 must be installed to work with this set of kexec-tools patches. Therefore adding dependency for them. Signed-off-by: Pratyush Anand Acked-by: Dave Young --- kexec-tools.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 3129650..b171e8c 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -45,7 +45,8 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units Requires(pre): coreutils sed zlib -Requires: dracut, dracut-network, ethtool +Requires: dracut >= 044-75 +Requires: dracut-network, 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