Blame 0038-dracut.spec-fix-requirements.patch
|
Harald Hoyer |
61c497 |
From d46394ad330abe6e1368e5d40e01e8b97a7ae40c Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
61c497 |
From: Harald Hoyer <harald@redhat.com>
|
|
Harald Hoyer |
61c497 |
Date: Thu, 14 Mar 2013 17:53:00 +0100
|
|
Harald Hoyer |
61c497 |
Subject: [PATCH] dracut.spec: fix requirements
|
|
Harald Hoyer |
61c497 |
|
|
Harald Hoyer |
61c497 |
---
|
|
Harald Hoyer |
61c497 |
dracut.spec | 4 ++--
|
|
Harald Hoyer |
61c497 |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
Harald Hoyer |
61c497 |
|
|
Harald Hoyer |
61c497 |
diff --git a/dracut.spec b/dracut.spec
|
|
Harald Hoyer |
61c497 |
index b21f220..4870390 100644
|
|
Harald Hoyer |
61c497 |
--- a/dracut.spec
|
|
Harald Hoyer |
61c497 |
+++ b/dracut.spec
|
|
Harald Hoyer |
61c497 |
@@ -70,7 +70,7 @@ Provides: mkinitrd = 2.6.1
|
|
Harald Hoyer |
61c497 |
Obsoletes: dracut-kernel < 005
|
|
Harald Hoyer |
61c497 |
Provides: dracut-kernel = %{version}-%{release}
|
|
Harald Hoyer |
61c497 |
|
|
Harald Hoyer |
61c497 |
-Requires: bash > 4
|
|
Harald Hoyer |
61c497 |
+Requires: bash >= 4
|
|
Harald Hoyer |
61c497 |
Requires: coreutils
|
|
Harald Hoyer |
61c497 |
Requires: cpio
|
|
Harald Hoyer |
61c497 |
Requires: filesystem >= 2.1.0
|
|
Harald Hoyer |
61c497 |
@@ -86,7 +86,7 @@ Requires: kbd kbd-misc
|
|
Harald Hoyer |
61c497 |
|
|
Harald Hoyer |
61c497 |
%if 0%{?fedora} || 0%{?rhel} > 6
|
|
Harald Hoyer |
61c497 |
Requires: util-linux >= 2.21
|
|
Harald Hoyer |
61c497 |
-Requires: systemd > 198-4
|
|
Harald Hoyer |
61c497 |
+Requires: systemd >= 198-4
|
|
Harald Hoyer |
61c497 |
Conflicts: grubby < 8.23
|
|
Harald Hoyer |
61c497 |
%else
|
|
Harald Hoyer |
61c497 |
Requires: udev > 166
|