[plymouth] Fix scriptlet error during livecd creation

Ray Strode rstrode at fedoraproject.org
Thu Dec 15 17:10:57 UTC 2011


commit 44d4fc0795c476833198e5c8b0ce089a2512a79b
Author: Ray Strode <rstrode at redhat.com>
Date:   Thu Dec 15 11:16:07 2011 -0500

    Fix scriptlet error during livecd creation
    
    Change spec based on suggestion from Nicolas Chauvet <kwizart at gmail.com>
    to fix scriptlet error during livecd creation
    Resolves: #666419

 plymouth.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/plymouth.spec b/plymouth.spec
index b841435..73c2f69 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.20110822.3%{?dist}
+Release: 0.20110809.3%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -292,6 +292,8 @@ 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
@@ -494,6 +496,11 @@ fi
 %defattr(-, root, root)
 
 %changelog
+* Thu Dec 15 2011 Ray Strode <rstrode at redhat.com> 0.8.4-0.20110809.3
+- Change spec based on suggestion from Nicolas Chauvet <kwizart at gmail.com>
+  to fix scriptlet error during livecd creation
+  Resolves: #666419
+
 * Tue Nov 08 2011 Adam Jackson <ajax at redhat.com> 0.8.4-0.20110822.3
 - Rebuild for libpng 1.5
 


More information about the scm-commits mailing list