dracut.spec: require versioned util-linux-ng instead of switch_root
authorHarald Hoyer <harald@redhat.com>
Fri, 7 Aug 2009 10:08:04 +0000 (12:08 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 7 Aug 2009 10:08:04 +0000 (12:08 +0200)
dracut.spec

index 382811e..751cc75 100644 (file)
@@ -48,7 +48,7 @@ Requires: kbd
 %endif
 
 %if ! 0%{?with_switch_root}
-Requires: /sbin/switch_root
+Requires: util-linux-ng >= 2.16
 BuildArch: noarch
 %endif