rpms/plymouth/devel boot-duration,NONE,1.1 plymouth.spec,1.90,1.91

Ray Strode rstrode at fedoraproject.org
Tue Nov 4 19:14:13 UTC 2008


Author: rstrode

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

Modified Files:
	plymouth.spec 
Added Files:
	boot-duration 
Log Message:
- Add a sample boot-duration for livecds and first time boots
  (bug 469752)



--- NEW FILE boot-duration ---
0.222:RCkernelparam
0.223:RChostname
0.238:RCmountfs
0.275:RCswap
0.330:microcode_ctl
0.357:cpuspeed
0.365:ip6tables
0.380:iptables
0.385:isdn
0.504:auditd
0.508:restorecond
0.523:rsyslog
0.530:irqbalance
0.533:rpcbind
0.549:nfslock
0.561:mdmonitor
0.563:rpcidmapd
0.578:rpcgssd
0.579:messagebus
0.580:fuse
0.594:netfs
0.600:acpid
0.611:haldaemon
0.660:pcscd
0.691:udev-post
0.703:portreserve
0.712:setroubleshoot
0.749:bluetooth
0.738:sshd
0.763:ntpd
0.807:sendmail
0.876:crond
0.902:kerneloops
0.907:smolt
0.915:atd
0.927:avahi-daemon
0.941:cups
0.983:anacron
0.992:local


Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- plymouth.spec	3 Nov 2008 19:31:27 -0000	1.90
+++ plymouth.spec	4 Nov 2008 19:13:43 -0000	1.91
@@ -9,6 +9,7 @@
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
+Source1: boot-duration
 Patch0: plymouth-allow-passing-plugin.patch
 URL: http://freedesktop.org/software/plymouth/releases
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -177,6 +178,9 @@
 # Temporary symlink until rc.sysinit is fixed
 (cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
 
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
+cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -235,6 +239,7 @@
 %{_localstatedir}/run/plymouth
 %{_localstatedir}/spool/plymouth
 %{_localstatedir}/lib/plymouth
+%verify(not mtime md5) %{_localstatedir}/lib/plymouth/boot-duration
 
 %files devel
 %defattr(-, root, root)
@@ -300,6 +305,10 @@
 %defattr(-, root, root)
 
 %changelog
+* Tue Nov  4 2008 Ray Strode <rstrode at redhat.com> 0.6.0-0.2008.10.30.5
+- Add a sample boot-duration for livecds and first time boots
+  (bug 469752)
+
 * Mon Nov  3 2008 Jeremy Katz <katzj at redhat.com> - 0.6.0-0.2008.10.30.4
 - Allow pre-setting the default plugin when calling plymouth-populate-initrd
 




More information about the fedora-extras-commits mailing list