Resolves: bz476179
This commit is contained in:
parent
ee6e3ba377
commit
978a7f1ad7
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user