]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.spec: no more switch_root for >= F12 and Require "which"
authorHarald Hoyer <harald@redhat.com>
Thu, 30 Jul 2009 14:11:52 +0000 (16:11 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 30 Jul 2009 14:12:52 +0000 (16:12 +0200)
dracut.spec

index be421b726edef197bf716856fb504a4604bde385..0e7c579f2af3d5ad8fc70fd9dd8aac0914307390 100644 (file)
@@ -1,7 +1,7 @@
 %if 0%{?fedora} < 12
 %define with_switch_root 1
 %else
-%define with_switch_root 1
+%define with_switch_root 0
 %endif
 
 %if %{defined gittag}
@@ -28,6 +28,7 @@ Requires: coreutils
 Requires: findutils
 Requires: binutils
 Requires: grep
+Requires: which
 Requires: mktemp
 Requires: mount
 Requires: bash