[irqbalance/f16] Resolves: bz 751430

Neil Horman nhorman at fedoraproject.org
Fri Nov 4 17:50:46 UTC 2011


commit 2bf131f01c016cff30bc6e04f0cd202543f0afb2
Author: Neil Horman <nhorman at tuxdriver.com>
Date:   Fri Nov 4 13:50:24 2011 -0400

    Resolves: bz 751430

 .gitignore      |    1 +
 irqbalance.spec |   21 +++++++++------------
 sources         |    2 +-
 3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca2c743..55ad802 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 irqbalance-0.55.tar.gz
 irqbalance-0.56.tbz2
 /irqbalance-1.0.tbz2
+/irqbalance-1.0.2.tar.gz
diff --git a/irqbalance.spec b/irqbalance.spec
index 1d48735..6ba038b 100644
--- a/irqbalance.spec
+++ b/irqbalance.spec
@@ -1,20 +1,18 @@
 Name:           irqbalance
-Version:        1.0
-Release:        4%{?dist}
+Version:        1.0.2
+Release:        1%{?dist}
 Epoch:          2
 Summary:        IRQ balancing daemon
 
 Group:          System Environment/Base
 License:        GPLv2
 Url:            http://irqbalance.org/
-Source0:        http://irqbalance.googlecode.com/files/irqbalance-%{version}.tbz2
+Source0:        http://irqbalance.googlecode.com/files/irqbalance-%{version}.tar.gz
 Source1:        irqbalance.sysconfig
-Patch0:		irqbalance-bz746159-no-numa-nodes.patch
-Patch1:		irqbalance-bz748070-numa-sysfs.patch
-Patch2:		irqbalance-bz748070-numa-pkg-assign.patch
 
 BuildRequires:  autoconf automake libtool libcap-ng numactl-devel
-BuildRequires:  glib2-devel pkgconfig imake libcap-ng-devel
+BuildRequires:  glib2-devel pkgconfig imake libcap-ng-devel numactl
+Requires: numactl
 Requires(post): systemd-units
 Requires(postun):systemd-units
 Requires(preun):systemd-units
@@ -27,13 +25,9 @@ irqbalance is a daemon that evenly distributes IRQ load across
 multiple CPUs for enhanced performance.
 
 %prep
-%setup -q -n irqbalance
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%setup -q
 
 %build
-sh ./autogen.sh
 %{configure}
 CFLAGS="%{optflags}" make %{?_smp_mflags}
 
@@ -80,6 +74,9 @@ fi
 /sbin/chkconfig --del irqbalance >/dev/null 2>&1 || :
 
 %changelog
+* Fri Nov 04 2011 Neil Horman <nhorman at redhat.com> - 2:1.0.2-1
+- Updated to latest upstream release
+
 * Wed Oct 26 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:1.0-4
 - Rebuilt for glibc bug#747377
 
diff --git a/sources b/sources
index 1803734..6b37fe3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f6f060b0006bd063fc76886a7d42939  irqbalance-1.0.tbz2
+58e1c9c164b12d797b500634a73938b4  irqbalance-1.0.2.tar.gz


More information about the scm-commits mailing list