rpms/plymouth/F-10 plymouth.spec,1.113,1.114 sources,1.48,1.49

Ray Strode rstrode at fedoraproject.org
Mon Nov 17 20:41:55 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10262

Modified Files:
	plymouth.spec sources 
Log Message:
- don't give error about missing default.so
- rework packaging of boot-duration to prevent .rpmnew droppings
  (bug 469752)



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/F-10/plymouth.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- plymouth.spec	17 Nov 2008 15:52:47 -0000	1.113
+++ plymouth.spec	17 Nov 2008 20:41:24 -0000	1.114
@@ -5,7 +5,7 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.6.0
-Release: 0.2008.11.17.2%{?dist}
+Release: 0.2008.11.17.3%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -178,11 +178,16 @@
 (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%{_datadir}/plymouth/default-boot-duration
 cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
+
 %postun
 if [ $1 -eq 0 ]; then
     rm -f %{_libdir}/plymouth/default.so
@@ -234,6 +239,7 @@
 %doc AUTHORS NEWS README
 %dir %{_datadir}/plymouth
 %dir %{_libexecdir}/plymouth
+%dir %{_localstatedir}/lib/plymouth
 %{plymouthdaemon_execdir}/plymouthd
 %{plymouthclient_execdir}/plymouth
 %{_bindir}/plymouth
@@ -242,8 +248,7 @@
 %{_libdir}/plymouth/text.so
 %{_localstatedir}/run/plymouth
 %{_localstatedir}/spool/plymouth
-%{_localstatedir}/lib/plymouth
-%config(noreplace) %{_localstatedir}/lib/plymouth/boot-duration
+%ghost %{_localstatedir}/lib/plymouth/boot-duration
 
 %files devel
 %defattr(-, root, root)
@@ -309,6 +314,11 @@
 %defattr(-, root, root)
 
 %changelog
+* Mon Nov 17 2008 Ray Strode <rstrode at redhat.com> 0.6.0-0.2008.11.17.3
+- don't give error about missing default.so
+- rework packaging of boot-duration to prevent .rpmnew droppings
+  (bug 469752)
+
 * Mon Nov 17 2008 Ray Strode <rstrode at redhat.com> 0.6.0-0.2008.11.17.2
 - Don't tell gdm to transition unless booting into runlevel 3
   (bug 471785)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/F-10/sources,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- sources	17 Nov 2008 15:52:47 -0000	1.48
+++ sources	17 Nov 2008 20:41:25 -0000	1.49
@@ -1 +1 @@
-fd181acf8e02ac4825c004af30f6acad  plymouth-0.6.0.tar.bz2
+a727be1d894414edd2d31449161a0f2b  plymouth-0.6.0.tar.bz2




More information about the scm-commits mailing list