]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.spec: raise systemd requirement to >= 219
authorHarald Hoyer <harald@redhat.com>
Tue, 25 Aug 2015 09:13:38 +0000 (11:13 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 25 Aug 2015 09:13:38 +0000 (11:13 +0200)
needs systemd-escape

dracut.spec

index d22f58610992824fda070332f59f0454f5828be5..ad737c25d24b00d919d3828d6ed1bfc120e195d7 100644 (file)
@@ -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