From 44d4fc0795c476833198e5c8b0ce089a2512a79b Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 15 Dec 2011 11:16:07 -0500 Subject: [PATCH] Fix scriptlet error during livecd creation Change spec based on suggestion from Nicolas Chauvet to fix scriptlet error during livecd creation Resolves: #666419 --- plymouth.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 0.8.4-0.20110809.3 +- Change spec based on suggestion from Nicolas Chauvet + to fix scriptlet error during livecd creation + Resolves: #666419 + * Tue Nov 08 2011 Adam Jackson 0.8.4-0.20110822.3 - Rebuild for libpng 1.5