[plymouth/f14/master] Require dracut

Ray Strode rstrode at fedoraproject.org
Wed Sep 1 13:50:49 UTC 2010


commit 171c35e04e0fddf909151e98133349777fbecde0
Author: Ray Strode <rstrode at redhat.com>
Date:   Wed Sep 1 09:49:47 2010 -0400

    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 files 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 <rstrode at redhat.com> 0.8.4-0.20100823.4
+- Add more Requirse
+
 * Thu Aug 26 2010 Ray Strode <rstrode at redhat.com> 0.8.4-0.20100823.3
 - Add more Requires
 


More information about the scm-commits mailing list