Resolves: bz 246959

This commit is contained in:
Neil Horman 2007-07-05 20:05:02 +00:00
parent 3d1df80b6e
commit 7c901e4b93
2 changed files with 14 additions and 8 deletions

View File

@ -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

View File

@ -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 @@ exit 0
%changelog
* Thu Jul 05 2007 Neil Horman <nhorman@redhat.com> - 0.55.3
- Fixing LSB requirements (bz 246959)
* Tue Dec 12 2006 Neil Horman <nhorman@redhat.com> - 0.55-2
- Fixing typos in spec file (bz 219301)