Author: glen                         Date: Tue Dec  5 21:17:05 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- source-md5
- grubby full path
- fixed groups

---- Files affected:
SPECS:
   bootchart.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/bootchart.spec
diff -u SPECS/bootchart.spec:1.2 SPECS/bootchart.spec:1.3
--- SPECS/bootchart.spec:1.2    Tue Dec  5 22:07:12 2006
+++ SPECS/bootchart.spec        Tue Dec  5 22:17:00 2006
@@ -6,9 +6,9 @@
 Release:       1
 Epoch:         0
 License:       GPL
-Group:         System
-Source0:       http://www.bootchart.org/dist/SOURCES/%{name}-%{version}.tar.bz2
-# Source0-md5: -
+Group:         Base
+Source0:       http://dl.sourceforge.net/bootchart/%{name}-%{version}.tar.bz2
+# Source0-md5: 4be91177d19069e21beeb106f2f77dff
 URL:           http://www.bootchart.org/
 BuildRequires: ant
 BuildRequires: jakarta-commons-cli >= 0:1.0
@@ -46,7 +46,7 @@
 %package logger
 Summary:       Boot logging script for %{name}
 Summary(pl):   Skrypt logujÄ…cy proces startu dla bootcharta
-Group:         System
+Group:         Base
 
 %description logger
 Boot logging script for %{name}.
@@ -96,17 +96,17 @@
 %post logger
 # Add a new grub/lilo entry
 if [ -x /sbin/grubby ]; then
-       kernel=$(grubby --default-kernel)
-       initrd=$(grubby --info=$kernel | sed -n '/^initrd=/{s/^initrd=//;p;q;}')
+       kernel=$(/sbin/grubby --default-kernel)
+       initrd=$(/sbin/grubby --info=$kernel | sed -n 
'/^initrd=/{s/^initrd=//;p;q;}')
        [ ! -z $initrd ] && initrd="--initrd=$initrd"
-       grubby --remove-kernel TITLE=%{boottitle}
-       grubby --copy-default --add-kernel=$kernel $initrd 
--args="init=/sbin/bootchartd" --title=%{boottitle}
+       /sbin/grubby --remove-kernel TITLE=%{boottitle}
+       /sbin/grubby --copy-default --add-kernel=$kernel $initrd 
--args="init=/sbin/bootchartd" --title=%{boottitle}
 fi
 
 %preun logger
 # Remove the grub/lilo entry
 if [ -x /sbin/grubby ]; then
-       grubby --remove-kernel TITLE=%{boottitle}
+       /sbin/grubby --remove-kernel TITLE=%{boottitle}
 fi
 
 %files
@@ -132,11 +132,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/12/05 21:17:00  glen
+- source-md5
+- grubby full path
+- fixed groups
+
 Revision 1.2  2006/12/05 21:07:12  qboosh
 - pl, some cleanups
 
 Revision 1.1  2006/12/04 00:17:48  arekm
 - raw
-
-* Thu Jan 13 2005 Ziga Mahkovec <[EMAIL PROTECTED]> - 0:0.8-1
-- Initial release
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bootchart.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to