Blame 0099-dracut.spec-require-new-util-linux-version-with-new-.patch

Harald Hoyer 401ad9
From 7c3a7bd1f0414d8dcdfa16df108c28815fe921bb Mon Sep 17 00:00:00 2001
Harald Hoyer 401ad9
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 401ad9
Date: Fri, 21 Oct 2011 12:35:34 +0200
Harald Hoyer 401ad9
Subject: [PATCH] dracut.spec: require new util-linux version with new
Harald Hoyer 401ad9
 switch_root
Harald Hoyer 401ad9
Harald Hoyer 401ad9
new switch_root knows how to handle "/run"
Harald Hoyer 401ad9
---
Harald Hoyer 401ad9
 dracut.spec |    7 +------
Harald Hoyer 401ad9
 1 files changed, 1 insertions(+), 6 deletions(-)
Harald Hoyer 401ad9
Harald Hoyer 401ad9
diff --git a/dracut.spec b/dracut.spec
Harald Hoyer 401ad9
index 69809ca..eaa39a0 100644
Harald Hoyer 401ad9
--- a/dracut.spec
Harald Hoyer 401ad9
+++ b/dracut.spec
Harald Hoyer 401ad9
@@ -72,18 +72,13 @@ Requires: module-init-tools >= 3.7-9
Harald Hoyer 401ad9
 Requires: sed
Harald Hoyer 401ad9
 Requires: tar
Harald Hoyer 401ad9
 Requires: udev
Harald Hoyer 401ad9
+Requires: util-linux >= 2.20
Harald Hoyer 401ad9
 
Harald Hoyer 401ad9
 %if 0%{?fedora} || 0%{?rhel} > 6
Harald Hoyer 401ad9
-Requires: util-linux >= 2.16
Harald Hoyer 401ad9
 Requires: initscripts >= 8.63-1
Harald Hoyer 401ad9
 Requires: plymouth >= 0.8.0-0.2009.29.09.19.1
Harald Hoyer 401ad9
 %endif
Harald Hoyer 401ad9
 
Harald Hoyer 401ad9
-%if 0%{?suse_version}
Harald Hoyer 401ad9
-Requires: util-linux >= 2.16
Harald Hoyer 401ad9
-%endif
Harald Hoyer 401ad9
-
Harald Hoyer 401ad9
-
Harald Hoyer 401ad9
 %description
Harald Hoyer 401ad9
 Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
Harald Hoyer 401ad9
 Unlike existing implementations, dracut does hard-code as little as possible