You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
622 B
24 lines
622 B
6 years ago
|
From 35f40b75e444adae3b3c9bb610d635d9c17a753d Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Tue, 25 Aug 2015 11:13:38 +0200
|
||
|
Subject: [PATCH] dracut.spec: raise systemd requirement to >= 219
|
||
|
|
||
|
needs systemd-escape
|
||
|
---
|
||
|
dracut.spec | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/dracut.spec b/dracut.spec
|
||
|
index d22f5861..ad737c25 100644
|
||
|
--- a/dracut.spec
|
||
|
+++ b/dracut.spec
|
||
|
@@ -94,7 +94,7 @@ Requires: kpartx
|
||
|
|
||
|
%if 0%{?fedora} || 0%{?rhel} > 6
|
||
|
Requires: util-linux >= 2.21
|
||
|
-Requires: systemd >= 199
|
||
|
+Requires: systemd >= 219
|
||
|
Requires: procps-ng
|
||
|
Conflicts: grubby < 8.23
|
||
|
%else
|