From 2c7b07c5deea80b116438ee3fae5fdb6605e9d15 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 6 Aug 2008 14:09:58 +0000 Subject: [PATCH] - Add Requires(post): plymouth to plugins so they get plymouth-set-default-plugin (bug 458071) --- plymouth.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/plymouth.spec b/plymouth.spec index a293460..cd8c397 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -1,7 +1,7 @@ Summary: Plymouth Graphical Boot Animation and Logger Name: plymouth Version: 0.5.0 -Release: 10.2008.08.01%{?dist} +Release: 11.2008.08.01%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -45,7 +45,8 @@ and headers needed to develop 3rd party splash plugins for Plymouth. %package plugin-fade-in Summary: Plymouth "Fade-In" plugin Group: System Environment/Base -Requires: %name = %{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires(post): %{name} BuildRequires: libpng-devel %description plugin-fade-in @@ -56,7 +57,8 @@ while stars twinkle around the logo during system boot up. %package plugin-spinfinity Summary: Plymouth "Spinfinity" plugin Group: System Environment/Base -Requires: %name = %{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires(post): %{name} BuildRequires: libpng-devel Provides: system-plymouth-plugin = %{version}-%{release} @@ -175,6 +177,9 @@ fi %{_libdir}/plymouth/spinfinity.so %changelog +* Wed Aug 6 2008 Ray Strode - 0.5.0-11.2008.08.01 +- Add Requires(post): plymouth to plugins so they get plymouth-set-default-plugin (bug 458071) + * Tue Aug 5 2008 Ray Strode - 0.5.0-10.2008.08.01 - Add plymouth dirs to file list (bug 457871)