From 171c35e04e0fddf909151e98133349777fbecde0 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sep 01 2010 13:49:47 +0000 Subject: Require dracut The plymouth scripts make use of files provided by dracut, so we need to make sure plymouth requires it. --- 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