Browse Source

specfile: require /sbin/switch_root and turn on switch_root generation for F12

master
Harald Hoyer 16 years ago
parent
commit
5b6e76c011
  1. 3
      dracut.spec

3
dracut.spec

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
%if 0%{?fedora} < 12
%define with_switch_root 1
%else
%define with_switch_root 0
%define with_switch_root 1
%endif

%if %{defined gittag}
@ -44,6 +44,7 @@ Requires: kbd @@ -44,6 +44,7 @@ Requires: kbd
%endif

%if ! 0%{?with_switch_root}
Requires: /sbin/switch_root
BuildArch: noarch
%endif


Loading…
Cancel
Save