From b4851ff0df8f7f5c01b6517b8286906db41e53dd Mon Sep 17 00:00:00 2001 From: Petr Holasek Date: Mon, 10 Feb 2014 16:27:15 +0100 Subject: [PATCH] missing autogen.sh call fixed --- irqbalance.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 - 2:1.0.7-4 +- Missing autogen.sh call fixed + * Mon Feb 10 2014 Petr Holasek - 2:1.0.7-3 - Irqbalance website address was fixed