rpms/plymouth/devel plymouth.spec,1.65,1.66

Ray Strode rstrode at fedoraproject.org
Fri Oct 17 20:34:08 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2510

Modified Files:
	plymouth.spec 
Log Message:
- Move plymouth-set-default-plugin, plymouth-update-initrd, and
  plymouth-populate-initrd to plymouth-scripts subpackage
  (the last fix didn't actually help with bug 467356)



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- plymouth.spec	17 Oct 2008 19:22:21 -0000	1.65
+++ plymouth.spec	17 Oct 2008 20:33:38 -0000	1.66
@@ -5,7 +5,7 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.6.0
-Release: 0.2008.10.15.2%{?dist}
+Release: 0.2008.10.15.3%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -54,6 +54,14 @@
 This package contains utilities that integrate with Plymouth
 including a boot log viewing application.
 
+%package scripts
+Summary: Plymouth related scripts
+Group: Applications/System
+
+%description scripts
+This package contains scripts that help integrate Plymouth with
+the system.
+
 %package gdm-hooks
 Summary: Plymouth GDM integration
 Group: Applications/System
@@ -212,8 +220,6 @@
 %dir %{_libdir}/plymouth
 %{plymouthdaemon_execdir}/plymouthd
 %{plymouthclient_execdir}/plymouth
-%{_libexecdir}/plymouth/plymouth-update-initrd
-%{_libexecdir}/plymouth/plymouth-populate-initrd
 %{_bindir}/plymouth
 %{_bindir}/rhgb-client
 %{_libdir}/plymouth/details.so
@@ -233,7 +239,12 @@
 %defattr(-, root, root)
 %{plymouth_libdir}/libply.so.*
 %{_libdir}/libplybootsplash.so.*
+
+%files scripts
+%defattr(-, root, root)
 %{_sbindir}/plymouth-set-default-plugin
+%{_libexecdir}/plymouth/plymouth-update-initrd
+%{_libexecdir}/plymouth/plymouth-populate-initrd
 
 %files utils
 %defattr(-, root, root)
@@ -277,6 +288,11 @@
 %{_libdir}/plymouth/solar.so
 
 %changelog
+* Fri Oct 17 2008 Ray Strode <rstrode at redhat.com> 0.5.0-0.2008.10.15.3
+- Move plymouth-set-default-plugin, plymouth-update-initrd, and
+  plymouth-populate-initrd to plymouth-scripts subpackage
+  (the last fix didn't actually help with bug 467356)
+
 * Fri Oct 17 2008 Ray Strode <rstrode at redhat.com> 0.5.0-0.2008.10.15.2
 - Move plymouth-set-default-plugin to -libs (might help with bug 467356)
 - Fix up requires, provides and postun scripts




More information about the scm-commits mailing list