rpms/plymouth/devel plymouth.spec,1.28,1.29

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Wed Aug 6 14:10:28 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16376

Modified Files:
	plymouth.spec 
Log Message:
- Add Requires(post): plymouth to plugins so they get plymouth-set-default-plugin (bug 458071)



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- plymouth.spec	5 Aug 2008 14:09:20 -0000	1.28
+++ plymouth.spec	6 Aug 2008 14:09:58 -0000	1.29
@@ -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 @@
 %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 @@
 %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 @@
 %{_libdir}/plymouth/spinfinity.so
 
 %changelog
+* Wed Aug  6 2008 Ray Strode <rstrode at redhat.com> - 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 <rstrode at redhat.com> - 0.5.0-10.2008.08.01
 - Add plymouth dirs to file list (bug 457871)
 




More information about the fedora-extras-commits mailing list