Blame SOURCES/0001-revert-Confine-irqbalance-to-systems-where-it-is-useful.patch

410983
From 188f9efc567bcaef25bde2813cdee7f952f992f9 Mon Sep 17 00:00:00 2001
410983
From: Pat Riehecky <riehecky@fnal.gov>
410983
Date: Mon, 4 Apr 2022 08:38:32 -0500
410983
Subject: [rhel-only PATCH] revert Confine irqbalance to systems where it is useful.
410983
410983
ConditionCPUs only available from systemd(>=242), however the systemd
410983
version for rhel8 is 239. So we need to revert the patch, otherwise we
410983
will encounter the failing:
410983
410983
    $ sudo systemd-analyze verify irqbalance.service
410983
    /usr/lib/systemd/system/irqbalance.service:6: Unknown lvalue
410983
    'ConditionCPUs' in section 'Unit'
410983
410983
This patch revert 188f9efc567bcaef25bde2813cdee7f952f992f9.
410983
410983
---
410983
 misc/irqbalance.service | 1 +
410983
 1 file changed, 1 insertion(+)
410983
410983
diff --git a/misc/irqbalance.service b/misc/irqbalance.service
410983
index fcc29c2..0f79c3e 100644
410983
--- a/misc/irqbalance.service
410983
+++ b/misc/irqbalance.service
410983
@@ -3,7 +3,6 @@ Description=irqbalance daemon
410983
 Documentation=man:irqbalance(1)
410983
 Documentation=https://github.com/Irqbalance/irqbalance
410983
 ConditionVirtualization=!container
410983
-ConditionCPUs=>1
410983
 
410983
 [Service]
410983
 EnvironmentFile=-/usr/lib/irqbalance/defaults.env
410983
-- 
410983
2.33.1
410983