diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-13 08:04:25 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-13 09:34:47 +0100 |
commit | c85cda9e2f72c655c01452956bda629bbecb9e55 (patch) | |
tree | 109b575d9b6440879be22181b4f8cf3ef0740f8c /dracut.spec | |
parent | c0c6c74d99a06a4ccdc2ddc8849bbe073e5bcbce (diff) | |
download | dracut-c85cda9e2f72c655c01452956bda629bbecb9e55.tar.gz dracut-c85cda9e2f72c655c01452956bda629bbecb9e55.tar.bz2 dracut-c85cda9e2f72c655c01452956bda629bbecb9e55.zip |
systemd: local-fs.target is now root-fs.target and initrd-fs.target
Also rename dracut.target to initrd.target
see also systemd commit 700e07f
http://cgit.freedesktop.org/systemd/systemd/commit/?id=700e07f
Diffstat (limited to 'dracut.spec')
-rw-r--r-- | dracut.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dracut.spec b/dracut.spec index 65112cb3..06149de5 100644 --- a/dracut.spec +++ b/dracut.spec @@ -87,7 +87,8 @@ Requires: kbd kbd-misc %if 0%{?fedora} || 0%{?rhel} > 6 Requires: util-linux >= 2.21 -Conflicts: systemd < 198 +Conflicts: systemd < 198-4 +Conflicts: grubby < 8.23 %else Requires: util-linux-ng >= 2.21 %endif |