From c878b4ab45a1db6a8e1a6f1f91ca32fd97377019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 1 Aug 2022 17:03:23 +0200 Subject: [PATCH] Minor whitespace fixes --- irqbalance.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/irqbalance.spec b/irqbalance.spec index e756e2f..4d6a926 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -1,15 +1,13 @@ Name: irqbalance Version: 1.9.0 Release: 1%{?dist} -Epoch: 2 +Epoch: 2 Summary: IRQ balancing daemon - License: GPLv2 URL: https://github.com/Irqbalance/irqbalance Source0: %{url}/archive/v%{version}/irqbalance-%{version}.tar.gz Patch1: irqbalance-1.9.0-environment-file-sysconfig.patch - BuildRequires: autoconf automake libtool libcap-ng BuildRequires: glib2-devel pkgconf libcap-ng-devel BuildRequires: systemd ncurses-devel @@ -23,7 +21,6 @@ Requires: numactl-libs ExcludeArch: s390 s390x - %description irqbalance is a daemon that evenly distributes IRQ load across multiple CPUs for enhanced performance.