Resolves: bz1712908
This commit is contained in:
parent
e90a54a419
commit
adcac2aa84
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ irqbalance-0.56.tbz2
|
||||
/irqbalance-1.2.0.tar.gz
|
||||
/irqbalance-1.3.0.tar.gz
|
||||
/irqbalance-1.4.0.tar.gz
|
||||
/irqbalance-1.6.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: irqbalance
|
||||
Version: 1.4.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 2
|
||||
Summary: IRQ balancing daemon
|
||||
|
||||
@ -22,7 +22,6 @@ Requires: numactl-libs
|
||||
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
Patch1: irqbalance-1.0.4-env-file-path.patch
|
||||
|
||||
%description
|
||||
irqbalance is a daemon that evenly distributes IRQ load across
|
||||
@ -30,7 +29,6 @@ multiple CPUs for enhanced performance.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -71,6 +69,9 @@ fi
|
||||
/sbin/chkconfig --del irqbalance >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Wed Jun 03 2020 Neil Horman <nhorman@redhat.com> - 2:1.6.0-1
|
||||
- Update to latest upstream (bz1712908)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.4.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (irqbalance-1.4.0.tar.gz) = d95909c5e86efa452d0d440df0335b398bd2bf973d6a84e29068534f8c4dc033df90913bf507a6d1b7cdab11b288bafbd2c88b4e476f04e32d5f4c89efe4f7d9
|
||||
SHA512 (irqbalance-1.6.0.tar.gz) = ce89dc41eb3aab5950a56b4b1c817aae5e87eaa84bc69bf88618caf53386513e488bb0b4724a600ae175c96be509367cfc418c7f85531007f80e02f7de549b16
|
||||
|
Loading…
Reference in New Issue
Block a user