64b87c
From 35f40b75e444adae3b3c9bb610d635d9c17a753d Mon Sep 17 00:00:00 2001
64b87c
From: Harald Hoyer <harald@redhat.com>
64b87c
Date: Tue, 25 Aug 2015 11:13:38 +0200
64b87c
Subject: [PATCH] dracut.spec: raise systemd requirement to >= 219
64b87c
64b87c
needs systemd-escape
64b87c
---
64b87c
 dracut.spec | 2 +-
64b87c
 1 file changed, 1 insertion(+), 1 deletion(-)
64b87c
64b87c
diff --git a/dracut.spec b/dracut.spec
1755ca
index d22f5861..ad737c25 100644
64b87c
--- a/dracut.spec
64b87c
+++ b/dracut.spec
64b87c
@@ -94,7 +94,7 @@ Requires: kpartx
64b87c
 
64b87c
 %if 0%{?fedora} || 0%{?rhel} > 6
64b87c
 Requires: util-linux >= 2.21
64b87c
-Requires: systemd >= 199
64b87c
+Requires: systemd >= 219
64b87c
 Requires: procps-ng
64b87c
 Conflicts: grubby < 8.23
64b87c
 %else