From 171c35e04e0fddf909151e98133349777fbecde0 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 1 Sep 2010 09:49:47 -0400 Subject: [PATCH] Require dracut The plymouth scripts make use of files provided by dracut, so we need to make sure plymouth requires it. --- plymouth.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plymouth.spec b/plymouth.spec index f207a49..4452153 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -6,7 +6,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.8.4 -Release: 0.20100823.3%{?dist} +Release: 0.20100823.4%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -94,7 +94,7 @@ including a boot log viewing application. %package scripts Summary: Plymouth related scripts Group: Applications/System -Requires: findutils, coreutils, gzip, cpio +Requires: findutils, coreutils, gzip, cpio, dracut %description scripts This package contains scripts that help integrate Plymouth with @@ -490,6 +490,9 @@ fi %defattr(-, root, root) %changelog +* Wed Sep 01 2010 Ray Strode 0.8.4-0.20100823.4 +- Add more Requirse + * Thu Aug 26 2010 Ray Strode 0.8.4-0.20100823.3 - Add more Requires