[irqbalance] missing autogen.sh call fixed

Petr Holasek pholasek at fedoraproject.org
Mon Feb 10 15:27:21 UTC 2014


commit b4851ff0df8f7f5c01b6517b8286906db41e53dd
Author: Petr Holasek <pholasek at redhat.com>
Date:   Mon Feb 10 16:27:15 2014 +0100

    missing autogen.sh call fixed

 irqbalance.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/irqbalance.spec b/irqbalance.spec
index 9b49c65..6a5cdbf 100644
--- a/irqbalance.spec
+++ b/irqbalance.spec
@@ -1,6 +1,6 @@
 Name:           irqbalance
 Version:        1.0.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Epoch:          2
 Summary:        IRQ balancing daemon
 
@@ -33,6 +33,7 @@ multiple CPUs for enhanced performance.
 %patch1 -p1
 
 %build
+./autogen.sh
 %configure
 CFLAGS="%{optflags}" make %{?_smp_mflags}
 
@@ -67,6 +68,9 @@ fi
 /sbin/chkconfig --del irqbalance >/dev/null 2>&1 || :
 
 %changelog
+* Mon Feb 10 2014 Petr Holasek <pholasek at redhat.com> - 2:1.0.7-4
+- Missing autogen.sh call fixed
+
 * Mon Feb 10 2014 Petr Holasek <pholasek at redhat.com> - 2:1.0.7-3
 - Irqbalance website address was fixed
 


More information about the scm-commits mailing list