bb31e7fe65
- git snapshot
26 lines
718 B
Diff
26 lines
718 B
Diff
From 01430d27d4c04e06a958164e6945ec7581f7190f 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
|
|
|
|
(cherry picked from commit 35f40b75e444adae3b3c9bb610d635d9c17a753d)
|
|
---
|
|
dracut.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/dracut.spec b/dracut.spec
|
|
index d0bb9bd..9e19fcc 100644
|
|
--- a/dracut.spec
|
|
+++ b/dracut.spec
|
|
@@ -114,7 +114,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
|
|
Conflicts: initscripts < 8.63-1
|