[irqbalance] Rebased to version 1.0.4

Petr Holasek pholasek at fedoraproject.org
Tue Aug 28 11:42:01 UTC 2012


commit bb88e4e36fd3b0c7d694754ecb2f1d931e954bdc
Author: Petr Holasek <pholasek at redhat.com>
Date:   Tue Aug 28 13:41:24 2012 +0200

    Rebased to version 1.0.4

 .gitignore                                         |    1 +
 0001-Add-sample-irqbalance-environment-file.patch  |   74 -------
 0002-introduce-banirq-option.patch                 |  172 ---------------
 ...ANCE_BANNED_CPUS-is-set-proc-stat-is-not-.patch |   44 ----
 ...ance-scan-for-new-irqs-when-it-detects-ne.patch |   91 --------
 0005-Add-banscript-option.patch                    |  218 --------------------
 ...cpu-powersave-code-disabled-when-power_th.patch |   41 ----
 ...ity-hint-also-if-the-current-policy-is-su.patch |  103 ---------
 ...ed-check-for-avoidance-of-division-by-zer.patch |   31 ---
 irqbalance-scan-for-new-irqs.patch                 |   90 --------
 irqbalance.spec                                    |   26 +--
 sources                                            |    2 +-
 12 files changed, 8 insertions(+), 885 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b9f636..29b8a1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ irqbalance-0.56.tbz2
 /irqbalance-1.0.1.tar.gz
 /irqbalance-1.0.2.tar.gz
 /irqbalance-1.0.3.tar.gz
+/irqbalance-1.0.4.tar.bz2
diff --git a/irqbalance.spec b/irqbalance.spec
index 329f7d6..b2acaff 100644
--- a/irqbalance.spec
+++ b/irqbalance.spec
@@ -1,13 +1,13 @@
 Name:           irqbalance
-Version:        1.0.3
-Release:        5%{?dist}
+Version:        1.0.4
+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}.tar.gz
+Source0:        http://irqbalance.googlecode.com/files/irqbalance-%{version}.tar.bz2
 Source1:        irqbalance.sysconfig
 
 BuildRequires:  autoconf automake libtool libcap-ng
@@ -23,29 +23,12 @@ Requires(preun):systemd-units
 
 ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 %{arm}
 
-Patch1: 0001-Add-sample-irqbalance-environment-file.patch
-Patch2: 0002-introduce-banirq-option.patch
-Patch3: 0003-When-IRQBALANCE_BANNED_CPUS-is-set-proc-stat-is-not-.patch
-Patch4: 0004-Make-irqbalance-scan-for-new-irqs-when-it-detects-ne.patch
-Patch5: 0005-Add-banscript-option.patch
-Patch6: 0006-irqbalance-cpu-powersave-code-disabled-when-power_th.patch
-Patch7: 0007-apply-affinity-hint-also-if-the-current-policy-is-su.patch
-Patch8: 0008-irqlist-added-check-for-avoidance-of-division-by-zer.patch
-
 %description
 irqbalance is a daemon that evenly distributes IRQ load across
 multiple CPUs for enhanced performance.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
 
 %build
 %{configure}
@@ -83,6 +66,9 @@ fi
 /sbin/chkconfig --del irqbalance >/dev/null 2>&1 || :
 
 %changelog
+* Mon Aug 27 2012 Petr Holasek <pholasek at redhat.com> - 2:1.0.4-1
+- Rebased to version 1.0.4
+
 * Wed Aug 22 2012 Petr Holasek <pholasek at redhat.com> - 2:1.0.3-5
 - Make irqbalance scan for new irqs when it detects new irqs (bz832815)
 - Fixes SIGFPE crash for some banning configuration (bz849792)
diff --git a/sources b/sources
index b6714e7..6d25572 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6f246481d6295bcb9a79751c03207c96  irqbalance-1.0.3.tar.gz
+f7ca283c46331db73f27e686a643dcfb  irqbalance-1.0.4.tar.bz2


More information about the scm-commits mailing list