rpms/bootchart/devel bootchart.spec,1.1,1.2

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Oct 29 20:12:52 UTC 2007


Author: ajax

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

Modified Files:
	bootchart.spec 
Log Message:
* Mon Oct 29 2007 Adam Jackson <ajax at redhat.com> 0.9-6
- Don't remove bootchart from grub.conf on upgrade. (#349101)



Index: bootchart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bootchart/devel/bootchart.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bootchart.spec	27 Aug 2007 17:07:25 -0000	1.1
+++ bootchart.spec	29 Oct 2007 20:12:20 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           bootchart 
 Version:        0.9
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Boot Process Performance Visualization
 License:        GPLv3+
 URL:            http://www.bootchart.org/
@@ -63,8 +63,8 @@
 fi
 
 %preun
-# Remove the grub/lilo entry
-if [ -x /sbin/grubby ]; then
+# Remove the grub/lilo entry, but only on uninstall, not on upgrade
+if [ $1 -eq 0 -a -x /sbin/grubby ]; then
     grubby --update-kernel=ALL --remove-args="init=/sbin/bootchartd"
 fi
 if [ -x %{_bindir}/rebuild-gcj-db ]; then
@@ -82,6 +82,9 @@
 %{_libdir}/gcj/%{name}
 
 %changelog
+* Mon Oct 29 2007 Adam Jackson <ajax at redhat.com> 0.9-6
+- Don't remove bootchart from grub.conf on upgrade. (#349101)
+
 * Mon Aug 27 2007 Adam Jackson <ajax at redhat.com> 0.9-5
 - Additional minor spec cleanups from review bug (#219889)
 




More information about the fedora-extras-commits mailing list