2013-04-05 10:05:17 +00:00
|
|
|
From d50cf62d62069c50eb1afed9d377aa2cc8c967ef Mon Sep 17 00:00:00 2001
|
2013-03-15 06:18:23 +00:00
|
|
|
From: Harald Hoyer <harald@redhat.com>
|
2013-04-05 10:05:17 +00:00
|
|
|
Date: Tue, 26 Mar 2013 17:04:43 +0100
|
|
|
|
Subject: [PATCH] dracut.spec: Require systemd >= 199
|
2013-03-15 06:18:23 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
dracut.spec | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/dracut.spec b/dracut.spec
|
2013-04-05 10:05:17 +00:00
|
|
|
index af417a4..cb605c6 100644
|
2013-03-15 06:18:23 +00:00
|
|
|
--- a/dracut.spec
|
|
|
|
+++ b/dracut.spec
|
2013-04-05 10:05:17 +00:00
|
|
|
@@ -92,7 +92,7 @@ Requires: kbd kbd-misc
|
2013-03-15 06:18:23 +00:00
|
|
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
|
|
|
Requires: util-linux >= 2.21
|
2013-04-05 10:05:17 +00:00
|
|
|
-Requires: systemd >= 198-5
|
|
|
|
+Requires: systemd >= 199
|
2013-03-15 06:18:23 +00:00
|
|
|
Conflicts: grubby < 8.23
|
|
|
|
%else
|
|
|
|
Requires: udev > 166
|