From 29255c97777034eb28a3013c73ec43b955c05fbd Mon Sep 17 00:00:00 2001 From: Petr Holasek Date: Mon, 7 Dec 2015 17:01:43 +0100 Subject: [PATCH] Resolves: bz1288674 --- .gitignore | 1 + irqbalance.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 20fd0da..6c86988 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ irqbalance-0.56.tbz2 /v1.0.7.tar.gz /v1.0.8.tar.gz /v1.0.9.tar.gz +/irqbalance-1.1.0.tar.gz diff --git a/irqbalance.spec b/irqbalance.spec index 4b906d2..d40808a 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -1,13 +1,13 @@ Name: irqbalance -Version: 1.0.9 -Release: 2%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Epoch: 2 Summary: IRQ balancing daemon Group: System Environment/Base License: GPLv2 Url: https://github.com/Irqbalance/irqbalance -Source0: https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz +Source0: https://github.com/Irqbalance/irqbalance/archive/irqbalance-%{version}.tar.gz Source1: irqbalance.sysconfig BuildRequires: autoconf automake libtool libcap-ng @@ -68,6 +68,9 @@ fi /sbin/chkconfig --del irqbalance >/dev/null 2>&1 || : %changelog +* Mon Dec 07 2015 Petr Holasek - 2:1.1.0-1 +- Rebased to v1.1.0 (bz1288674) + * Wed Jun 17 2015 Fedora Release Engineering - 2:1.0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 3658578..a3028f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30174d3941c5452a1e4ecee394a76ff8 v1.0.9.tar.gz +b15d975336080bcac4be0c1752d43cf3 irqbalance-1.1.0.tar.gz