From fd983ea4a46e9abfef8ee8d90ccf448cffa435fe Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mar 05 2010 19:58:02 +0000 Subject: - More crash fixes when booting into runlevel 3 --- diff --git a/plymouth.spec b/plymouth.spec index 4ce7e72..5b41233 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -5,7 +5,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.8.0 -Release: 0.20100225.1%{?dist} +Release: 0.20100305.1%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -374,8 +374,10 @@ fi %{plymouth_libdir}/libply.so %{plymouth_libdir}/libply-splash-core.so %{_libdir}/libply-splash-graphics.so +%{_libdir}/libply-boot-client.so %{_libdir}/pkgconfig/ply-splash-core.pc %{_libdir}/pkgconfig/ply-splash-graphics.pc +%{_libdir}/pkgconfig/ply-boot-client.pc %{_libdir}/plymouth/renderers/x11* %{_includedir}/plymouth-1 @@ -383,6 +385,7 @@ fi %defattr(-, root, root) %{plymouth_libdir}/libply.so.* %{plymouth_libdir}/libply-splash-core.so.* +%{_libdir}/libply-boot-client.so.* %dir %{_libdir}/plymouth %files graphics-libs @@ -470,6 +473,9 @@ fi %defattr(-, root, root) %changelog +* Fri Mar 05 2010 Ray Strode 0.8.0-0.20100305.1 +- More crash fixes when booting into runlevel 3 + * Thu Feb 25 2010 Ray Strode 0.8.0-0.20100225.1 - Fix crash when booting into runlevel 3