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 <dyoung@redhat.com>
Signed-off-by: Xunlei Pang <xlpang@redhat.com>
This commit is contained in:
Xunlei Pang 2016-08-26 11:23:37 +08:00 committed by Dave Young
parent 8eb199cc91
commit d614274092
1 changed files with 3 additions and 2 deletions

View File

@ -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