Resolves: bz1176898
This commit is contained in:
parent
34201f57ec
commit
e36a93b654
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ irqbalance-0.56.tbz2
|
|||||||
/irqbalance-1.0.6.tar.gz
|
/irqbalance-1.0.6.tar.gz
|
||||||
/irqbalance-1.0.7.tar.bz2
|
/irqbalance-1.0.7.tar.bz2
|
||||||
/v1.0.7.tar.gz
|
/v1.0.7.tar.gz
|
||||||
|
/v1.0.8.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: irqbalance
|
Name: irqbalance
|
||||||
Version: 1.0.7
|
Version: 1.0.8
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: IRQ balancing daemon
|
Summary: IRQ balancing daemon
|
||||||
|
|
||||||
@ -23,7 +23,6 @@ Requires: numactl-libs
|
|||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
Patch1: irqbalance-1.0.4-env-file-path.patch
|
Patch1: irqbalance-1.0.4-env-file-path.patch
|
||||||
Patch2: irqbalance-1.0.7-nopcidevs_memleak.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
irqbalance is a daemon that evenly distributes IRQ load across
|
irqbalance is a daemon that evenly distributes IRQ load across
|
||||||
@ -32,7 +31,6 @@ multiple CPUs for enhanced performance.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -70,6 +68,9 @@ fi
|
|||||||
/sbin/chkconfig --del irqbalance >/dev/null 2>&1 || :
|
/sbin/chkconfig --del irqbalance >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 05 2015 Petr Holasek <pholasek@redhat.com> - 2:1.0.8-1
|
||||||
|
- Rebased to v1.0.8 (bz1176898)
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.0.7-8
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.0.7-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user