Resolves: bz1866002
This commit is contained in:
parent
44b83e2479
commit
76add4e1b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ irqbalance-0.56.tbz2
|
||||
/irqbalance-1.3.0.tar.gz
|
||||
/irqbalance-1.4.0.tar.gz
|
||||
/irqbalance-1.6.0.tar.gz
|
||||
/irqbalance-1.7.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: irqbalance
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 3%{?dist}
|
||||
Epoch: 2
|
||||
Epoch: 1
|
||||
Summary: IRQ balancing daemon
|
||||
|
||||
License: GPLv2
|
||||
@ -22,7 +22,6 @@ Requires: numactl-libs
|
||||
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
Patch1: irqbalance-1.6.0-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
|
||||
* Tue Aug 04 2020 Neil Horman <nhorman@redhat.com> - 2:1.7.0-1
|
||||
- Update to latest upstream (bz 1866002)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (irqbalance-1.6.0.tar.gz) = ce89dc41eb3aab5950a56b4b1c817aae5e87eaa84bc69bf88618caf53386513e488bb0b4724a600ae175c96be509367cfc418c7f85531007f80e02f7de549b16
|
||||
SHA512 (irqbalance-1.7.0.tar.gz) = 2fa29c738275dda2fac38d78ca0ec4619826b72529e8eda7ad8ddcda5768bbf282e2260dddc16a8b46d4296289b25dc59684575ae1badca0c6c6ae30b1e9b5ea
|
||||
|
Loading…
Reference in New Issue
Block a user