[plymouth/f17] Turn off plymouth-initrd.img generation

Ray Strode rstrode at fedoraproject.org
Wed Apr 4 16:48:19 UTC 2012


commit ccd7f9d0b22ae2bd014517f40320960d3fec943b
Author: Ray Strode <rstrode at redhat.com>
Date:   Wed Apr 4 12:48:03 2012 -0400

    Turn off plymouth-initrd.img generation
    
    We're not using it and we probably want dracut to do it
    ultimately anyway.

 plymouth.spec |   16 ++++++----------
 1 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/plymouth.spec b/plymouth.spec
index b3b375f..1c3b593 100644
--- a/plymouth.spec
+++ b/plymouth.spec
@@ -6,7 +6,7 @@
 Summary: Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.8.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -296,9 +296,6 @@ rm -rf $RPM_BUILD_ROOT
 %post
 [ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
 
-%posttrans
-%{_libexecdir}/plymouth/plymouth-generate-initrd
-
 %postun
 if [ $1 -eq 0 ]; then
     rm -f %{_libdir}/plymouth/default.so
@@ -316,7 +313,6 @@ export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "spinfinity" ]; then
         %{_sbindir}/plymouth-set-default-theme text
-        %{_libexecdir}/plymouth/plymouth-generate-initrd
     fi
 fi
 
@@ -325,7 +321,6 @@ export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "fade-in" ]; then
         %{_sbindir}/plymouth-set-default-theme --reset
-        %{_libexecdir}/plymouth/plymouth-generate-initrd
     fi
 fi
 
@@ -334,7 +329,6 @@ export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "spinner" ]; then
         %{_sbindir}/plymouth-set-default-theme --reset
-        %{_libexecdir}/plymouth/plymouth-generate-initrd
     fi
 fi
 
@@ -343,7 +337,6 @@ export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "solar" ]; then
         %{_sbindir}/plymouth-set-default-theme --reset
-        %{_libexecdir}/plymouth/plymouth-generate-initrd
     fi
 fi
 
@@ -354,7 +347,6 @@ if [ $1 -eq 1 ]; then
 else
     if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "solar" ]; then
         %{_sbindir}/plymouth-set-default-theme charge
-        %{_libexecdir}/plymouth/plymouth-generate-initrd
     fi
 fi
 
@@ -363,7 +355,6 @@ export LIB=%{_lib}
 if [ $1 -eq 0 ]; then
     if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "charge" ]; then
         %{_sbindir}/plymouth-set-default-theme --reset
-        %{_libexecdir}/plymouth/plymouth-generate-initrd
     fi
 fi
 
@@ -498,6 +489,11 @@ fi
 %defattr(-, root, root)
 
 %changelog
+* Wed Apr 04 2012 Ray Strode <rstrode at redhat.com> 0.8.4-4
+- Turn off plymouth-initrd.img generation
+  We're not using it and we probably want dracut to do it
+  ultimately anyway.
+
 * Wed Apr 04 2012 Ray Strode <rstrode at redhat.com> 0.8.4-3
 - Apply correct patch for serial console parsing
 


More information about the scm-commits mailing list