bumping up MAX_INTERRUPTS & cleaning up some fuzz
This commit is contained in:
parent
164ad182d1
commit
b53114cfd2
@ -1,7 +1,7 @@
|
||||
Summary: IRQ balancing daemon.
|
||||
Name: irqbalance
|
||||
Version: 1.13
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Epoch: 1
|
||||
Group: System Environment/Base
|
||||
License: GPL/OSL
|
||||
@ -14,6 +14,7 @@ Patch1: irqbalance-pie.patch
|
||||
Patch2: irqbalance-norebalance-zeroints.patch
|
||||
Patch3: irqbalance-classes.patch
|
||||
Patch4: irqbalance-oneshot.patch
|
||||
Patch5: irqbalance-max-interrupts-increase.patch
|
||||
ExclusiveArch: i386 x86_64 ia64 ppc ppc64
|
||||
Obsoletes: kernel-utils
|
||||
|
||||
@ -27,6 +28,7 @@ multiple CPUs for enhanced performance.
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
|
||||
%build
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -74,7 +76,11 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 17 2006 Neil Horman <nhorman@redhat.com> - 1.1-5
|
||||
* Thu Nov 02 2006 Neil Horman <nhorman@redhat.com> - 1.13-6
|
||||
- bumping up MAX_INTERRUPTS to support xen kernels
|
||||
- rediffing patch1 and patch3 to remove fuzz
|
||||
|
||||
* Tue Oct 17 2006 Neil Horman <nhorman@redhat.com> - 1.13-5
|
||||
- Making oneshot mean oneshot always (bz 211178)
|
||||
|
||||
* Wed Sep 13 2006 Peter Jones <pjones@redhat.com> - 1.13-4
|
||||
|
Loading…
Reference in New Issue
Block a user