rpms/irqbalance/devel irqbalance.init, 1.7, 1.8 irqbalance.spec, 1.42, 1.43

Neil Horman (nhorman) fedora-extras-commits at redhat.com
Thu Jul 5 20:05:39 UTC 2007


Author: nhorman

Update of /cvs/extras/rpms/irqbalance/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28661

Modified Files:
	irqbalance.init irqbalance.spec 
Log Message:
Resolves: bz 246959


Index: irqbalance.init
===================================================================
RCS file: /cvs/extras/rpms/irqbalance/devel/irqbalance.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- irqbalance.init	12 Dec 2006 16:43:01 -0000	1.7
+++ irqbalance.init	5 Jul 2007 20:05:02 -0000	1.8
@@ -1,12 +1,15 @@
 #! /bin/sh
-#
-# irqbalance       Start/Stop irq balancing daemon
-#
+### BEGIN INIT INFO
+# Provides: irqbalance 
+# Default-Start:  3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: start and stop irqbalance daemon 
+# Description:  The irqbalance daemon will distribute interrupts across
+#		the cpus on a multiprocessor system with the purpose of
+#		spreading the load
+# 
+### END INIT INFO
 # chkconfig: 2345 13 87
-# description: The irqbalance daemon will distribute interrupts across  \
-#              the cpus on a multiprocessor system with the purpose of \
-#              spreading the load. \
-# processname: irqbalance
 
 
 # This is an interactive program, we need the current locale


Index: irqbalance.spec
===================================================================
RCS file: /cvs/extras/rpms/irqbalance/devel/irqbalance.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- irqbalance.spec	12 Dec 2006 16:43:01 -0000	1.42
+++ irqbalance.spec	5 Jul 2007 20:05:02 -0000	1.43
@@ -1,7 +1,7 @@
 Summary:        IRQ balancing daemon.
 Name:           irqbalance
 Version:        0.55 
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Epoch:		2	
 Group:          System Environment/Base
 License:        GPL/OSL
@@ -70,6 +70,9 @@
 
 
 %changelog
+* Thu Jul 05 2007 Neil Horman <nhorman at redhat.com> - 0.55.3
+- Fixing LSB requirements (bz 246959)
+
 * Tue Dec 12 2006 Neil Horman <nhorman at redhat.com> - 0.55-2
 - Fixing typos in spec file (bz 219301)
 




More information about the fedora-extras-commits mailing list