Resolves: bz476179

This commit is contained in:
Neil Horman 2008-12-12 11:50:19 +00:00
parent ee6e3ba377
commit 978a7f1ad7
2 changed files with 4 additions and 7 deletions

View File

@ -23,12 +23,6 @@
prog="irqbalance"
# Check that networking is up.
if [ "$NETWORKING" = "no" ]
then
exit 0
fi
[ -f /usr/sbin/irqbalance ] || exit 0
# fetch configuration if it exists

View File

@ -1,7 +1,7 @@
Summary: IRQ balancing daemon.
Name: irqbalance
Version: 0.55
Release: 11%{?dist}
Release: 12%{?dist}
Epoch: 2
Group: System Environment/Base
License: GPLv2
@ -78,6 +78,9 @@ exit 0
%changelog
* Fri Dec 12 2008 Neil Norman <nhorman@redhat.com> - 2:0.55-12
- Remove odd Netorking dependence from irqbalance (bz 476179)
* Fri Aug 01 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:0.55-11
- fix license tag