Harald Hoyer a20c0e
From 4a5a9c6d89b938d154b5700a5fb58b5d4365690c Mon Sep 17 00:00:00 2001
Harald Hoyer a20c0e
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer a20c0e
Date: Wed, 13 Mar 2013 12:55:23 +0100
Harald Hoyer a20c0e
Subject: [PATCH] dracut.spec: fix requirements
Harald Hoyer a20c0e
Harald Hoyer a20c0e
---
Harald Hoyer a20c0e
 dracut.spec | 6 +++---
Harald Hoyer a20c0e
 1 file changed, 3 insertions(+), 3 deletions(-)
Harald Hoyer a20c0e
Harald Hoyer a20c0e
diff --git a/dracut.spec b/dracut.spec
Harald Hoyer a20c0e
index 418baf4..b21f220 100644
Harald Hoyer a20c0e
--- a/dracut.spec
Harald Hoyer a20c0e
+++ b/dracut.spec
Harald Hoyer a20c0e
@@ -70,7 +70,7 @@ Provides: mkinitrd = 2.6.1
Harald Hoyer a20c0e
 Obsoletes: dracut-kernel < 005
Harald Hoyer a20c0e
 Provides:  dracut-kernel = %{version}-%{release}
Harald Hoyer a20c0e
 
Harald Hoyer a20c0e
-Requires: bash
Harald Hoyer a20c0e
+Requires: bash > 4
Harald Hoyer a20c0e
 Requires: coreutils
Harald Hoyer a20c0e
 Requires: cpio
Harald Hoyer a20c0e
 Requires: filesystem >= 2.1.0
Harald Hoyer a20c0e
@@ -82,14 +82,14 @@ Requires: module-init-tools >= 3.7-9
Harald Hoyer a20c0e
 Requires: sed
Harald Hoyer a20c0e
 Requires: file
Harald Hoyer a20c0e
 Requires: kpartx
Harald Hoyer a20c0e
-Requires: udev > 166
Harald Hoyer a20c0e
 Requires: kbd kbd-misc
Harald Hoyer a20c0e
 
Harald Hoyer a20c0e
 %if 0%{?fedora} || 0%{?rhel} > 6
Harald Hoyer a20c0e
 Requires: util-linux >= 2.21
Harald Hoyer a20c0e
-Conflicts: systemd < 198-4
Harald Hoyer a20c0e
+Requires: systemd > 198-4
Harald Hoyer a20c0e
 Conflicts: grubby < 8.23
Harald Hoyer a20c0e
 %else
Harald Hoyer a20c0e
+Requires: udev > 166
Harald Hoyer a20c0e
 Requires: util-linux-ng >= 2.21
Harald Hoyer a20c0e
 %endif
Harald Hoyer a20c0e