[plymouth/f16] Fix Scriptlet error during livecd creation

Ray Strode rstrode at fedoraproject.org
Thu Dec 15 15:55:29 UTC 2011


commit 5f843c5a81e5e099386d70a0da5e5786cf2446f0
Author: Ray Strode <rstrode at redhat.com>
Date:   Thu Dec 15 10:54:20 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 67a07bc..b859280 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.2%{?dist}
+Release: 0.20110822.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.20110822.3
+- Change spec based on suggestion from Nicolas Chauvet <kwizart at gmail.com>
+  to fix scriptlet error during livecd creation
+  Resolves: #666419
+
 * Fri Sep 02 2011 Ray Strode <rstrode at redhat.com> 0.8.4-0.20110822.2
 - Make plymouth background dark gray at the request of Mo / design
   team.


More information about the scm-commits mailing list