dracut.spec: require new util-linux version with new switch_root

new switch_root knows how to handle "/run"
This commit is contained in:
Harald Hoyer 2011-10-21 12:35:34 +02:00
parent 85cda6ae16
commit 7c3a7bd1f0

View File

@ -72,18 +72,13 @@ Requires: module-init-tools >= 3.7-9
Requires: sed
Requires: tar
Requires: udev
Requires: util-linux >= 2.20
%if 0%{?fedora} || 0%{?rhel} > 6
Requires: util-linux >= 2.16
Requires: initscripts >= 8.63-1
Requires: plymouth >= 0.8.0-0.2009.29.09.19.1
%endif
%if 0%{?suse_version}
Requires: util-linux >= 2.16
%endif
%description
Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
Unlike existing implementations, dracut does hard-code as little as possible